Uses of Class
net.minecraft.client.renderer.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 TypeFieldDescriptionfinal it.unimi.dsi.fastutil.ints.Int2ObjectMap<ModelResourceLocation>ItemModelMesher.shapesMethods in net.minecraft.client.renderer that return ModelResourceLocationModifier and TypeMethodDescriptionstatic ModelResourceLocationBlockModelShapes.stateToModelLocation(BlockState p_209554_0_) static ModelResourceLocationBlockModelShapes.stateToModelLocation(ResourceLocation p_209553_0_, BlockState p_209553_1_) Methods in net.minecraft.client.renderer with parameters of type ModelResourceLocationModifier and TypeMethodDescriptionvoidItemModelMesher.register(Item p_199311_1_, ModelResourceLocation p_199311_2_) -
Uses of ModelResourceLocation in net.minecraft.client.renderer.entity
Fields in net.minecraft.client.renderer.entity declared as ModelResourceLocationModifier and TypeFieldDescriptionprivate static final ModelResourceLocationItemFrameRenderer.FRAME_LOCATIONprivate static final ModelResourceLocationItemFrameRenderer.MAP_FRAME_LOCATION -
Uses of ModelResourceLocation in net.minecraft.client.renderer.model
Fields in net.minecraft.client.renderer.model declared as ModelResourceLocationModifier and TypeFieldDescriptionstatic final ModelResourceLocationModelBakery.MISSING_MODEL_LOCATIONMethods in net.minecraft.client.renderer.model with parameters of type ModelResourceLocationModifier and TypeMethodDescriptionModelManager.getModel(ModelResourceLocation p_174953_1_) private voidModelBakery.loadTopLevel(ModelResourceLocation p_217843_1_) -
Uses of ModelResourceLocation in net.minecraftforge.client
Fields in net.minecraftforge.client with type parameters of type ModelResourceLocationModifier and TypeFieldDescription(package private) final Map<IRegistryDelegate<Item>,ModelResourceLocation> ItemModelMesherForge.locationsMethods in net.minecraftforge.client that return ModelResourceLocationMethods in net.minecraftforge.client with parameters of type ModelResourceLocationModifier and TypeMethodDescriptionvoidItemModelMesherForge.register(Item item, ModelResourceLocation location) -
Uses of ModelResourceLocation in net.minecraftforge.client.model
Methods in net.minecraftforge.client.model that return ModelResourceLocationModifier and TypeMethodDescriptionstatic ModelResourceLocationModelLoader.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 final ModelResourceLocationModelLoaderErrorMessage.resourceLocationFields in net.minecraftforge.logging with type parameters of type ModelResourceLocationModifier and TypeFieldDescriptionprivate static com.google.common.collect.Multimap<ModelResourceLocation,BlockState> ModelLoaderErrorMessage.reverseBlockMapprivate static com.google.common.collect.Multimap<ModelResourceLocation,String> ModelLoaderErrorMessage.reverseItemMapConstructors in net.minecraftforge.logging with parameters of type ModelResourceLocationModifierConstructorDescriptionModelLoaderErrorMessage(ModelResourceLocation resourceLocation, Exception exception)