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 TypeMethodDescriptionvoidBlockModelRenderer.render(BlockRenderView world, List<BlockModelPart> parts, BlockState state, BlockPos pos, MatrixStack matrices, VertexConsumer vertexConsumer, boolean cull, int overlay) voidBlockRenderManager.renderBlock(BlockState state, BlockPos pos, BlockRenderView world, MatrixStack matrices, VertexConsumer vertexConsumer, boolean cull, List<BlockModelPart> parts) voidBlockModelRenderer.renderFlat(BlockRenderView world, List<BlockModelPart> parts, BlockState state, BlockPos pos, MatrixStack matrices, VertexConsumer vertexConsumer, boolean cull, int overlay) voidBlockModelRenderer.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 BlockModelPartModifier and TypeFieldDescriptionprivate final BlockModelPartModelBaker.BlockItemModels.blockPartThe field for theblockPartrecord component.private final BlockModelPartSimpleBlockStateModel.partMethods in net.minecraft.client.render.model that return BlockModelPartModifier and TypeMethodDescriptionModelBaker.BlockItemModels.blockPart()Returns the value of theblockPartrecord component.static BlockModelPartGeometryBakedModel.create(Baker baker, Identifier id, ModelBakeSettings bakeSettings) Baker.getBlockPart()ModelBaker.BakerImpl.getBlockPart()Methods 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 TypeMethodDescriptionvoidBlockStateModel.addParts(Random random, List<BlockModelPart> parts) voidMultipartBlockStateModel.addParts(Random random, List<BlockModelPart> parts) voidSimpleBlockStateModel.addParts(Random random, List<BlockModelPart> parts) voidWeightedBlockStateModel.addParts(Random random, List<BlockModelPart> parts) Constructors in net.minecraft.client.render.model with parameters of type BlockModelPartModifierConstructorDescriptionBlockItemModels(BlockModelPart blockPart, BlockStateModel block, ItemModel item) Creates an instance of aBlockItemModelsrecord class. -
Uses of BlockModelPart in net.minecraft.client.render.model.json
Methods in net.minecraft.client.render.model.json that return BlockModelPart