Uses of Interface
net.minecraft.client.render.model.BlockModelPart
Packages that use BlockModelPart
Package
Description
-
Uses of BlockModelPart in net.minecraft.client.render.block
Fields in net.minecraft.client.render.block with type parameters of type BlockModelPartMethod parameters in net.minecraft.client.render.block with type arguments of type BlockModelPartModifier and TypeMethodDescriptionvoid
BlockModelRenderer.render
(BlockRenderView world, List<BlockModelPart> parts, BlockState state, BlockPos pos, MatrixStack matrices, VertexConsumer vertexConsumer, boolean cull, int overlay) void
BlockRenderManager.renderBlock
(BlockState state, BlockPos pos, BlockRenderView world, MatrixStack matrices, VertexConsumer vertexConsumer, boolean cull, List<BlockModelPart> parts) void
BlockModelRenderer.renderFlat
(BlockRenderView world, List<BlockModelPart> parts, BlockState state, BlockPos pos, MatrixStack matrices, VertexConsumer vertexConsumer, boolean cull, int overlay) void
BlockModelRenderer.renderSmooth
(BlockRenderView world, List<BlockModelPart> parts, BlockState state, BlockPos pos, MatrixStack matrices, VertexConsumer vertexConsumer, boolean cull, int overlay) -
Uses of BlockModelPart in net.minecraft.client.render.model
Classes in net.minecraft.client.render.model that implement BlockModelPartFields in net.minecraft.client.render.model declared as BlockModelPartMethods in net.minecraft.client.render.model that return BlockModelPartMethods in net.minecraft.client.render.model that return types with arguments of type BlockModelPartMethod parameters in net.minecraft.client.render.model with type arguments of type BlockModelPartModifier and TypeMethodDescriptionvoid
BlockStateModel.addParts
(Random random, List<BlockModelPart> parts) void
MultipartBlockStateModel.addParts
(Random random, List<BlockModelPart> parts) void
SimpleBlockStateModel.addParts
(Random random, List<BlockModelPart> parts) void
WeightedBlockStateModel.addParts
(Random random, List<BlockModelPart> parts) Constructors in net.minecraft.client.render.model with parameters of type BlockModelPart -
Uses of BlockModelPart in net.minecraft.client.render.model.json
Methods in net.minecraft.client.render.model.json that return BlockModelPart