Uses of Class
net.minecraft.client.renderer.model.ModelResourceLocation
Package
Description
-
Uses of ModelResourceLocation in net.minecraft.client.renderer
Modifier and TypeFieldDescriptionfinal it.unimi.dsi.fastutil.ints.Int2ObjectMap<ModelResourceLocation>
ItemModelMesher.shapes
Modifier and TypeMethodDescriptionstatic ModelResourceLocation
BlockModelShapes.stateToModelLocation
(BlockState p_209554_0_) static ModelResourceLocation
BlockModelShapes.stateToModelLocation
(ResourceLocation p_209553_0_, BlockState p_209553_1_) Modifier and TypeMethodDescriptionvoid
ItemModelMesher.register
(Item p_199311_1_, ModelResourceLocation p_199311_2_) -
Uses of ModelResourceLocation in net.minecraft.client.renderer.entity
Modifier and TypeFieldDescriptionprivate static final ModelResourceLocation
ItemFrameRenderer.FRAME_LOCATION
private static final ModelResourceLocation
ItemFrameRenderer.MAP_FRAME_LOCATION
-
Uses of ModelResourceLocation in net.minecraft.client.renderer.model
Modifier and TypeFieldDescriptionstatic final ModelResourceLocation
ModelBakery.MISSING_MODEL_LOCATION
Modifier and TypeMethodDescriptionModelManager.getModel
(ModelResourceLocation p_174953_1_) private void
ModelBakery.loadTopLevel
(ModelResourceLocation p_217843_1_) -
Uses of ModelResourceLocation in net.minecraftforge.client
Modifier and TypeFieldDescription(package private) final Map<IRegistryDelegate<Item>,
ModelResourceLocation> ItemModelMesherForge.locations
Modifier and TypeMethodDescriptionvoid
ItemModelMesherForge.register
(Item item, ModelResourceLocation location) -
Uses of ModelResourceLocation in net.minecraftforge.client.model
Modifier and TypeMethodDescriptionstatic ModelResourceLocation
ModelLoader.getInventoryVariant
(String s) Hooked from ModelBakery, allows using MRLs that don't end with "inventory" for items. -
Uses of ModelResourceLocation in net.minecraftforge.logging
Modifier and TypeFieldDescriptionprivate final ModelResourceLocation
ModelLoaderErrorMessage.resourceLocation
Modifier and TypeFieldDescriptionprivate static com.google.common.collect.Multimap<ModelResourceLocation,
BlockState> ModelLoaderErrorMessage.reverseBlockMap
private static com.google.common.collect.Multimap<ModelResourceLocation,
String> ModelLoaderErrorMessage.reverseItemMap
ModifierConstructorDescriptionModelLoaderErrorMessage
(ModelResourceLocation resourceLocation, Exception exception)