Uses of Interface
net.minecraft.client.renderer.block.model.BlockModel
Packages that use BlockModel
Package
Description
-
Uses of BlockModel in net.minecraft.client.renderer.block
Classes in net.minecraft.client.renderer.block that implement BlockModelFields in net.minecraft.client.renderer.block with type parameters of type BlockModelModifier and TypeFieldDescriptionprivate final Map<BlockState, BlockModel> BlockModelSet.blockModelByStateCacheMethods in net.minecraft.client.renderer.block that return BlockModelModifier and TypeMethodDescriptionSelectBlockModel.Unbaked.bake(BlockModel.BakingContext context, org.joml.Matrix4fc transformation) SelectBlockModel.UnbakedSwitch.bake(BlockModel.BakingContext context, org.joml.Matrix4fc transformation, BlockModel fallback) private BlockModelBlockModelSet.createFallbackModel(BlockState blockState) BlockModelSet.get(BlockState blockState) @Nullable BlockModelMethods in net.minecraft.client.renderer.block that return types with arguments of type BlockModelModifier and TypeMethodDescriptionLoadedBlockModels.bake(Function<BlockState, BlockStateModel> bakedBlockStateModels, BlockStateModel missingModel, Executor executor) Deprecated.LoadedBlockModels.bake(Function<BlockState, BlockStateModel> bakedBlockStateModels, BlockStateModel missingModel, Executor executor, AnimationLoader.PendingAnimations pendingAnimations) Methods in net.minecraft.client.renderer.block with parameters of type BlockModelModifier and TypeMethodDescriptionSelectBlockModel.UnbakedSwitch.bake(BlockModel.BakingContext context, org.joml.Matrix4fc transformation, BlockModel fallback) Constructor parameters in net.minecraft.client.renderer.block with type arguments of type BlockModelModifierConstructorDescriptionBlockModelSet(BlockStateModelSet fallback, Map<BlockState, BlockModel> blockModelByState, BlockColors blockColors) -
Uses of BlockModel in net.minecraft.client.renderer.block.model
Classes in net.minecraft.client.renderer.block.model that implement BlockModelModifier and TypeClassDescriptionclassclassclassclassclassFields in net.minecraft.client.renderer.block.model declared as BlockModelModifier and TypeFieldDescriptionprivate final BlockModelCompositeBlockModel.customstatic final BlockModelEmptyBlockModel.INSTANCEprivate final BlockModelBlockModel.BakingContext.missingBlockModelThe field for themissingBlockModelrecord component.private final BlockModelCompositeBlockModel.normalprivate final BlockModelConditionalBlockModel.onFalseprivate final BlockModelConditionalBlockModel.onTrueMethods in net.minecraft.client.renderer.block.model that return BlockModelModifier and TypeMethodDescriptionBlockModel.Unbaked.bake(BlockModel.BakingContext context, org.joml.Matrix4fc transformation) BlockStateModelWrapper.Unbaked.bake(BlockModel.BakingContext context, org.joml.Matrix4fc transformation) CompositeBlockModel.Unbaked.bake(BlockModel.BakingContext context, org.joml.Matrix4fc transformation) ConditionalBlockModel.Unbaked.bake(BlockModel.BakingContext context, org.joml.Matrix4fc transformation) EmptyBlockModel.Unbaked.bake(BlockModel.BakingContext context, org.joml.Matrix4fc transformation) SpecialBlockModelWrapper.Unbaked.bake(BlockModel.BakingContext context, org.joml.Matrix4fc transformation) BlockModel.BakingContext.missingBlockModel()Returns the value of themissingBlockModelrecord component.Constructors in net.minecraft.client.renderer.block.model with parameters of type BlockModelModifierConstructorDescriptionBakingContext(EntityModelSet entityModelSet, SpriteGetter sprites, PlayerSkinRenderCache playerSkinRenderCache, Function<BlockState, BlockStateModel> modelGetter, BlockModel missingBlockModel) BakingContext(EntityModelSet entityModelSet, SpriteGetter sprites, PlayerSkinRenderCache playerSkinRenderCache, Function<BlockState, BlockStateModel> modelGetter, BlockModel missingBlockModel, AnimationLoader.PendingAnimations pendingAnimations) Creates an instance of aBakingContextrecord class.CompositeBlockModel(BlockModel normal, BlockModel custom) ConditionalBlockModel(ConditionalBlockModelProperty property, BlockModel onTrue, BlockModel onFalse) -
Uses of BlockModel in net.minecraft.client.resources.model
Fields in net.minecraft.client.resources.model with type parameters of type BlockModelModifier and TypeFieldDescriptionprivate final Map<BlockState, BlockModel> ModelManager.ReloadState.blockModelsThe field for theblockModelsrecord component.Methods in net.minecraft.client.resources.model that return types with arguments of type BlockModelModifier and TypeMethodDescriptionModelManager.ReloadState.blockModels()Returns the value of theblockModelsrecord component.
LoadedBlockModels.bake(Function, BlockStateModel, Executor, net.neoforged.neoforge.client.entity.animation.json.AnimationLoader.PendingAnimations)instead