net.minecraft.client.render.block.model

public class SimpleBlockModel

implements BlockModel

net.minecraft.client.renderer.block.model.BlockStateModelWrapper
net.minecraft.class_1_445
net.minecraft.client.render.block.model.SimpleBlockModel

Field summary

Modifier and TypeField
private final BlockStateModel
model
field_1_2414
model
private final List<BlockColorProvider>
tints
field_1_2415
colorProviders
private final org.joml.Matrix4fc
transformation
field_1_2416
transformation

Constructor summary

ModifierConstructor
public (BlockStateModel model, List<BlockColorProvider> colorProviders, org.joml.Matrix4fc transformation)

Method summary

Modifier and TypeMethod
public void
update(BlockModelRenderState output, BlockState blockState, BlockDisplayContext displayContext, long seed)
method_1_2726(class_1_395 arg0, class_2680 arg1, class_1_436 arg2, long arg3)
render(BlockRenderState arg0, BlockState arg1, EntityRendererId arg2, long arg3)
private void
updateTints(BlockModelRenderState renderState, BlockState blockState)
method_1_2883(class_1_395 arg0, class_2680 arg1)
addTintLayersToState(BlockRenderState renderStateOut, BlockState state)