Uses of Record Class
net.minecraft.client.util.ModelIdentifier
Package
Description
-
Uses of ModelIdentifier in net.minecraft.client.render.block
Modifier and TypeMethodDescriptionstatic ModelIdentifier
BlockModels.getModelId
(BlockState state) static ModelIdentifier
BlockModels.getModelId
(Identifier id, BlockState state) -
Uses of ModelIdentifier in net.minecraft.client.render.entity
Modifier and TypeMethodDescriptionprivate ModelIdentifier
ItemFrameEntityRenderer.getModelId
(boolean glow, ItemStack stack) -
Uses of ModelIdentifier in net.minecraft.client.render.item
Modifier and TypeFieldDescriptionstatic final ModelIdentifier
ItemRenderer.SPYGLASS
static final ModelIdentifier
ItemRenderer.TRIDENT
-
Uses of ModelIdentifier in net.minecraft.client.render.model
Modifier and TypeFieldDescriptionstatic final ModelIdentifier
BlockStatesLoader.GLOW_ITEM_FRAME_MODEL_ID
static final ModelIdentifier
BlockStatesLoader.ITEM_FRAME_MODEL_ID
static final ModelIdentifier
BlockStatesLoader.MAP_GLOW_ITEM_FRAME_MODEL_ID
static final ModelIdentifier
BlockStatesLoader.MAP_ITEM_FRAME_MODEL_ID
static final ModelIdentifier
MissingModel.MODEL_ID
Modifier and TypeFieldDescriptionprivate final Map
<ModelIdentifier, BakedModel> ModelBaker.bakedModels
private Map
<ModelIdentifier, BakedModel> BakedModelManager.models
private final Map
<ModelIdentifier, BlockStatesLoader.BlockModel> BlockStatesLoader.BlockStateDefinition.models
The field for themodels
record component.private final Map
<ModelIdentifier, UnbakedModel> ModelBaker.models
private final Map
<ModelIdentifier, UnbakedModel> ReferencedModelsCollector.topLevelModels
Modifier and TypeMethodDescriptionModelBaker.getBakedModels()
private static Set
<ModelIdentifier> ReferencedModelsCollector.getRequiredModels()
ReferencedModelsCollector.getTopLevelModels()
BlockStatesLoader.BlockStateDefinition.models()
Returns the value of themodels
record component.Modifier and TypeMethodDescriptionprivate void
ReferencedModelsCollector.addTopLevelModel
(ModelIdentifier modelId, UnbakedModel model) ModelBaker.SpriteGetter.get
(ModelIdentifier modelId, SpriteIdentifier spriteId) BakedModelManager.getModel
(ModelIdentifier id) ModifierConstructorDescription(package private)
BakerImpl
(ModelBaker.SpriteGetter spriteGetter, ModelIdentifier modelId) ModifierConstructorDescriptionModelBaker
(Map<ModelIdentifier, UnbakedModel> models, Map<Identifier, UnbakedModel> resolvedModels, UnbakedModel missingModel) -
Uses of ModelIdentifier in net.minecraft.client.util
Modifier and TypeMethodDescriptionstatic ModelIdentifier
ModelIdentifier.ofInventoryVariant
(Identifier id)