Uses of Class
net.minecraft.client.resources.model.ModelResourceLocation
Packages that use ModelResourceLocation
Package
Description
-
Uses of ModelResourceLocation in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer with type parameters of type ModelResourceLocationModifier and TypeFieldDescriptionit.unimi.dsi.fastutil.ints.Int2ObjectMap<ModelResourceLocation>
ItemModelShaper.shapes
Methods in net.minecraft.client.renderer with parameters of type ModelResourceLocationModifier and TypeMethodDescriptionvoid
ItemModelShaper.register(Item p_109397_, ModelResourceLocation p_109398_)
-
Uses of ModelResourceLocation in net.minecraft.client.renderer.block
Methods in net.minecraft.client.renderer.block that return ModelResourceLocationModifier and TypeMethodDescriptionstatic ModelResourceLocation
BlockModelShaper.stateToModelLocation(ResourceLocation p_110890_, BlockState p_110891_)
static ModelResourceLocation
BlockModelShaper.stateToModelLocation(BlockState p_110896_)
-
Uses of ModelResourceLocation in net.minecraft.client.renderer.entity
Fields in net.minecraft.client.renderer.entity declared as ModelResourceLocationModifier and TypeFieldDescriptionprivate static ModelResourceLocation
ItemFrameRenderer.FRAME_LOCATION
private static ModelResourceLocation
ItemFrameRenderer.GLOW_FRAME_LOCATION
private static ModelResourceLocation
ItemFrameRenderer.GLOW_MAP_FRAME_LOCATION
private static ModelResourceLocation
ItemFrameRenderer.MAP_FRAME_LOCATION
Methods in net.minecraft.client.renderer.entity that return ModelResourceLocationModifier and TypeMethodDescriptionprivate ModelResourceLocation
ItemFrameRenderer.getFrameModelResourceLoc(T p_174213_, ItemStack p_174214_)
-
Uses of ModelResourceLocation in net.minecraft.client.resources.model
Fields in net.minecraft.client.resources.model declared as ModelResourceLocationMethods in net.minecraft.client.resources.model with parameters of type ModelResourceLocationModifier and TypeMethodDescriptionModelManager.getModel(ModelResourceLocation p_119423_)
private void
ModelBakery.loadTopLevel(ModelResourceLocation p_119307_)
-
Uses of ModelResourceLocation in net.minecraftforge.client
Fields in net.minecraftforge.client with type parameters of type ModelResourceLocationModifier and TypeFieldDescription(package private) Map<IRegistryDelegate<Item>,ModelResourceLocation>
ItemModelMesherForge.locations
Methods in net.minecraftforge.client that return ModelResourceLocationMethods in net.minecraftforge.client with parameters of type ModelResourceLocationModifier and TypeMethodDescriptionvoid
ItemModelMesherForge.register(Item item, ModelResourceLocation location)
-
Uses of ModelResourceLocation in net.minecraftforge.client.model
Methods in net.minecraftforge.client.model that return ModelResourceLocationModifier 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
Fields in net.minecraftforge.logging declared as ModelResourceLocationModifier and TypeFieldDescriptionprivate ModelResourceLocation
ModelLoaderErrorMessage.resourceLocation
Fields in net.minecraftforge.logging with type parameters of type ModelResourceLocationModifier and TypeFieldDescriptionprivate static com.google.common.collect.Multimap<ModelResourceLocation,BlockState>
ModelLoaderErrorMessage.reverseBlockMap
private static com.google.common.collect.Multimap<ModelResourceLocation,String>
ModelLoaderErrorMessage.reverseItemMap
Constructors in net.minecraftforge.logging with parameters of type ModelResourceLocationModifierConstructorDescriptionModelLoaderErrorMessage(ModelResourceLocation resourceLocation, Exception exception)