Uses of Class
net.minecraft.client.util.ModelIdentifier
Packages that use ModelIdentifier
Package
Description
-
Uses of ModelIdentifier in net.minecraft.client
Methods in net.minecraft.client that return ModelIdentifierModifier and TypeMethodDescriptionprotected ModelIdentifierBlockStateMap.getBlockStateIdentifier(BlockState state) protected ModelIdentifierDefaultBlockStateMap.getBlockStateIdentifier(BlockState state) Methods in net.minecraft.client that return types with arguments of type ModelIdentifierModifier and TypeMethodDescriptionBlockStateMapper.getBlockStateMap()BlockStateMapper.method_12404(Block block) -
Uses of ModelIdentifier in net.minecraft.client.render
Fields in net.minecraft.client.render with type parameters of type ModelIdentifierModifier and TypeFieldDescriptionprotected Map<BlockState,ModelIdentifier> BlockStateIdentifierMap.mapMethods in net.minecraft.client.render that return ModelIdentifierModifier and TypeMethodDescriptionprotected abstract ModelIdentifierBlockStateIdentifierMap.getBlockStateIdentifier(BlockState state) Methods in net.minecraft.client.render that return types with arguments of type ModelIdentifierModifier and TypeMethodDescription -
Uses of ModelIdentifier in net.minecraft.client.render.entity
Fields in net.minecraft.client.render.entity declared as ModelIdentifierModifier and TypeFieldDescriptionprivate final ModelIdentifierItemFrameEntityRenderer.field_11111private final ModelIdentifierItemFrameEntityRenderer.field_11112 -
Uses of ModelIdentifier in net.minecraft.client.render.item
Fields in net.minecraft.client.render.item with type parameters of type ModelIdentifierMethods in net.minecraft.client.render.item with parameters of type ModelIdentifierModifier and TypeMethodDescriptionvoidItemModels.putModel(Item item, int metadata, ModelIdentifier id) -
Uses of ModelIdentifier in net.minecraft.client.render.model
Fields in net.minecraft.client.render.model declared as ModelIdentifierFields in net.minecraft.client.render.model with type parameters of type ModelIdentifierModifier and TypeFieldDescriptionprivate Registry<ModelIdentifier,BakedModel> BakedModelManager.bakedModelsprivate final Map<ModelIdentifier,class_2877> ModelLoader.field_11304private MutableRegistry<ModelIdentifier,BakedModel> ModelLoader.field_11309private final Map<ModelVariantMap,Collection<ModelIdentifier>> ModelLoader.field_13660Methods in net.minecraft.client.render.model that return ModelIdentifierMethods in net.minecraft.client.render.model that return types with arguments of type ModelIdentifierMethods in net.minecraft.client.render.model with parameters of type ModelIdentifierModifier and TypeMethodDescriptionBakedModelManager.getByIdentifier(ModelIdentifier identifier) private voidModelLoader.method_10387(ModelVariantMap modelVariantMap, ModelIdentifier modelIdentifier) private voidModelLoader.method_12505(ModelIdentifier modelIdentifier, class_2877 class_2877)