Modifier and Type | Field and Description |
---|---|
it.unimi.dsi.fastutil.ints.Int2ObjectMap<ModelResourceLocation> |
ItemModelMesher.modelLocations |
Modifier and Type | Method and Description |
---|---|
static ModelResourceLocation |
BlockModelShapes.getModelLocation(BlockState state) |
static ModelResourceLocation |
BlockModelShapes.getModelLocation(ResourceLocation location,
BlockState state) |
Modifier and Type | Method and Description |
---|---|
void |
ItemModelMesher.register(Item itemIn,
ModelResourceLocation modelLocation) |
Modifier and Type | Field and Description |
---|---|
private static ModelResourceLocation |
ItemFrameRenderer.LOCATION_MODEL |
private static ModelResourceLocation |
ItemFrameRenderer.LOCATION_MODEL_MAP |
Modifier and Type | Field and Description |
---|---|
static ModelResourceLocation |
ModelBakery.MODEL_MISSING |
Modifier and Type | Method and Description |
---|---|
IBakedModel |
ModelManager.getModel(ModelResourceLocation modelLocation) |
private void |
ModelBakery.loadTopModel(ModelResourceLocation locationIn) |
Modifier and Type | Field and Description |
---|---|
(package private) java.util.Map<IRegistryDelegate<Item>,ModelResourceLocation> |
ItemModelMesherForge.locations |
Modifier and Type | Method and Description |
---|---|
ModelResourceLocation |
ItemModelMesherForge.getLocation(ItemStack stack) |
Modifier and Type | Method and Description |
---|---|
void |
ItemModelMesherForge.register(Item item,
ModelResourceLocation location) |
Modifier and Type | Field and Description |
---|---|
static ModelResourceLocation |
DynamicBucketModel.LOCATION |
Modifier and Type | Method and Description |
---|---|
static ModelResourceLocation |
ModelLoader.getInventoryVariant(java.lang.String s)
Hooked from ModelBakery, allows using MRLs that don't end with "inventory" for items.
|
Modifier and Type | Field and Description |
---|---|
private ModelResourceLocation |
ModelLoaderErrorMessage.resourceLocation |
Modifier and Type | Field and 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 |
Constructor and Description |
---|
ModelLoaderErrorMessage(ModelResourceLocation resourceLocation,
java.lang.Exception exception) |