Uses of Class
net.minecraft.client.renderer.model.ModelResourceLocation
-
-
Uses of ModelResourceLocation in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer with type parameters of type ModelResourceLocation Modifier and Type Field Description it.unimi.dsi.fastutil.ints.Int2ObjectMap<ModelResourceLocation>
ItemModelMesher. shapes
Methods in net.minecraft.client.renderer that return ModelResourceLocation Modifier and Type Method Description static ModelResourceLocation
BlockModelShapes. stateToModelLocation(BlockState p_209554_0_)
static ModelResourceLocation
BlockModelShapes. stateToModelLocation(ResourceLocation p_209553_0_, BlockState p_209553_1_)
Methods in net.minecraft.client.renderer with parameters of type ModelResourceLocation Modifier and Type Method Description void
ItemModelMesher. 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 ModelResourceLocation Modifier and Type Field Description private static ModelResourceLocation
ItemFrameRenderer. FRAME_LOCATION
private static ModelResourceLocation
ItemFrameRenderer. MAP_FRAME_LOCATION
-
Uses of ModelResourceLocation in net.minecraft.client.renderer.model
Fields in net.minecraft.client.renderer.model declared as ModelResourceLocation Modifier and Type Field Description static ModelResourceLocation
ModelBakery. MISSING_MODEL_LOCATION
Methods in net.minecraft.client.renderer.model with parameters of type ModelResourceLocation Modifier and Type Method Description IBakedModel
ModelManager. getModel(ModelResourceLocation p_174953_1_)
private void
ModelBakery. loadTopLevel(ModelResourceLocation p_217843_1_)
-
Uses of ModelResourceLocation in net.minecraftforge.client
Fields in net.minecraftforge.client with type parameters of type ModelResourceLocation Modifier and Type Field Description (package private) java.util.Map<IRegistryDelegate<Item>,ModelResourceLocation>
ItemModelMesherForge. locations
Methods in net.minecraftforge.client that return ModelResourceLocation Modifier and Type Method Description ModelResourceLocation
ItemModelMesherForge. getLocation(ItemStack stack)
Methods in net.minecraftforge.client with parameters of type ModelResourceLocation Modifier and Type Method Description void
ItemModelMesherForge. register(Item item, ModelResourceLocation location)
-
Uses of ModelResourceLocation in net.minecraftforge.client.model
Methods in net.minecraftforge.client.model that return ModelResourceLocation Modifier and Type Method Description static ModelResourceLocation
ModelLoader. getInventoryVariant(java.lang.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 ModelResourceLocation Modifier and Type Field Description private ModelResourceLocation
ModelLoaderErrorMessage. resourceLocation
Fields in net.minecraftforge.logging with type parameters of type ModelResourceLocation Modifier and Type Field Description private static com.google.common.collect.Multimap<ModelResourceLocation,BlockState>
ModelLoaderErrorMessage. reverseBlockMap
private static com.google.common.collect.Multimap<ModelResourceLocation,java.lang.String>
ModelLoaderErrorMessage. reverseItemMap
Constructors in net.minecraftforge.logging with parameters of type ModelResourceLocation Constructor Description ModelLoaderErrorMessage(ModelResourceLocation resourceLocation, java.lang.Exception exception)
-