Uses of Record Class
net.minecraft.client.resources.model.ModelResourceLocation
Packages that use ModelResourceLocation
Package
Description
Events fired only on the client-side, chiefly related to rendering and user interfaces (screens and input).
Extension interfaces for
client
-only classes.-
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> ItemModelShaper.shapes
Methods in net.minecraft.client.renderer with parameters of type ModelResourceLocationModifier and TypeMethodDescriptionvoid
ItemModelShaper.register
(Item pItem, ModelResourceLocation pModelLocation) -
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 pLocation, BlockState pState) static ModelResourceLocation
BlockModelShaper.stateToModelLocation
(BlockState pState) -
Uses of ModelResourceLocation in net.minecraft.client.renderer.entity
Fields in net.minecraft.client.renderer.entity declared as ModelResourceLocationModifier and TypeFieldDescriptionprivate static final ModelResourceLocation
ItemFrameRenderer.FRAME_LOCATION
private static final ModelResourceLocation
ItemFrameRenderer.GLOW_FRAME_LOCATION
private static final ModelResourceLocation
ItemFrameRenderer.GLOW_MAP_FRAME_LOCATION
private static final ModelResourceLocation
ItemFrameRenderer.MAP_FRAME_LOCATION
static final ModelResourceLocation
ItemRenderer.SPYGLASS_IN_HAND_MODEL
private static final ModelResourceLocation
ItemRenderer.SPYGLASS_MODEL
static final ModelResourceLocation
ItemRenderer.TRIDENT_IN_HAND_MODEL
private static final ModelResourceLocation
ItemRenderer.TRIDENT_MODEL
Methods in net.minecraft.client.renderer.entity that return ModelResourceLocationModifier and TypeMethodDescriptionprivate ModelResourceLocation
ItemFrameRenderer.getFrameModelResourceLoc
(T pEntity, ItemStack pItem) -
Uses of ModelResourceLocation in net.minecraft.client.resources.model
Fields in net.minecraft.client.resources.model declared as ModelResourceLocationModifier and TypeFieldDescriptionstatic final ModelResourceLocation
ModelBakery.MISSING_MODEL_VARIANT
Fields in net.minecraft.client.resources.model with type parameters of type ModelResourceLocationModifier and TypeFieldDescriptionprivate Map
<ModelResourceLocation, BakedModel> ModelManager.bakedRegistry
private final Map
<ModelResourceLocation, BakedModel> ModelBakery.bakedTopLevelModels
private final BiConsumer
<ModelResourceLocation, UnbakedModel> BlockStateModelLoader.discoveredModelOutput
private final Map
<ModelResourceLocation, UnbakedModel> ModelBakery.topLevelModels
Methods in net.minecraft.client.resources.model that return ModelResourceLocationModifier and TypeMethodDescriptionstatic ModelResourceLocation
ModelResourceLocation.inventory
(ResourceLocation pId) static ModelResourceLocation
ModelResourceLocation.standalone
(ResourceLocation id) Construct aModelResourceLocation
for use in theModelEvent.RegisterAdditional
to load a model at the given path directly instead of going through blockstates or item model auto-prefixing.static ModelResourceLocation
Methods in net.minecraft.client.resources.model that return types with arguments of type ModelResourceLocationMethods in net.minecraft.client.resources.model with parameters of type ModelResourceLocationModifier and TypeMethodDescriptionModelBakery.TextureGetter.get
(ModelResourceLocation pModelLocation, Material pMaterial) ModelManager.getModel
(ModelResourceLocation pModelLocation) ModelBakery.ModelBakerImpl.getTopLevelModel
(ModelResourceLocation location) private void
ModelBakery.loadSpecialItemModelAndDependencies
(ModelResourceLocation pModelLocation) private void
ModelBakery.registerModel
(ModelResourceLocation pModelLocation, UnbakedModel pModel) private void
ModelBakery.registerModelAndLoadDependencies
(ModelResourceLocation p_352435_, UnbakedModel p_352250_) Constructors in net.minecraft.client.resources.model with parameters of type ModelResourceLocationModifierConstructorDescription(package private)
ModelBakerImpl
(ModelBakery.TextureGetter pTextureGetter, ModelResourceLocation pModelLocation) Constructor parameters in net.minecraft.client.resources.model with type arguments of type ModelResourceLocationModifierConstructorDescriptionBlockStateModelLoader
(Map<ResourceLocation, List<BlockStateModelLoader.LoadedJson>> pBlockStateResources, ProfilerFiller pProfiler, UnbakedModel pMissingModel, BlockColors pBlockColors, BiConsumer<ModelResourceLocation, UnbakedModel> pDiscoveredModelOutput) -
Uses of ModelResourceLocation in net.neoforged.neoforge.client
Method parameters in net.neoforged.neoforge.client with type arguments of type ModelResourceLocationModifier and TypeMethodDescriptionstatic void
ClientHooks.onModelBake
(ModelManager modelManager, Map<ModelResourceLocation, BakedModel> models, ModelBakery modelBakery) static void
ClientHooks.onModifyBakingResult
(Map<ModelResourceLocation, BakedModel> models, Map<ResourceLocation, AtlasSet.StitchResult> stitchResults, ModelBakery modelBakery) static void
ClientHooks.onRegisterAdditionalModels
(Set<ModelResourceLocation> additionalModels) -
Uses of ModelResourceLocation in net.neoforged.neoforge.client.event
Fields in net.neoforged.neoforge.client.event with type parameters of type ModelResourceLocationModifier and TypeFieldDescriptionprivate final Map
<ModelResourceLocation, BakedModel> ModelEvent.BakingCompleted.models
private final Map
<ModelResourceLocation, BakedModel> ModelEvent.ModifyBakingResult.models
private final Set
<ModelResourceLocation> ModelEvent.RegisterAdditional.models
Methods in net.neoforged.neoforge.client.event that return types with arguments of type ModelResourceLocationModifier and TypeMethodDescriptionModelEvent.BakingCompleted.getModels()
ModelEvent.ModifyBakingResult.getModels()
Methods in net.neoforged.neoforge.client.event with parameters of type ModelResourceLocationModifier and TypeMethodDescriptionvoid
ModelEvent.RegisterAdditional.register
(ModelResourceLocation model) Registers a model to be loaded, along with its dependencies.Constructor parameters in net.neoforged.neoforge.client.event with type arguments of type ModelResourceLocationModifierConstructorDescriptionBakingCompleted
(ModelManager modelManager, Map<ModelResourceLocation, BakedModel> models, ModelBakery modelBakery) ModifyBakingResult
(Map<ModelResourceLocation, BakedModel> models, Function<Material, TextureAtlasSprite> textureGetter, ModelBakery modelBakery) RegisterAdditional
(Set<ModelResourceLocation> models) -
Uses of ModelResourceLocation in net.neoforged.neoforge.client.extensions
Methods in net.neoforged.neoforge.client.extensions with parameters of type ModelResourceLocationModifier and TypeMethodDescription@Nullable UnbakedModel
IModelBakerExtension.getTopLevelModel
(ModelResourceLocation location) -
Uses of ModelResourceLocation in net.neoforged.neoforge.client.model
Fields in net.neoforged.neoforge.client.model with type parameters of type ModelResourceLocationModifier and TypeFieldDescriptionprivate final Map
<Item, ModelResourceLocation> RegistryAwareItemModelShaper.locations
Methods in net.neoforged.neoforge.client.model that return ModelResourceLocationMethods in net.neoforged.neoforge.client.model with parameters of type ModelResourceLocationModifier and TypeMethodDescriptionvoid
RegistryAwareItemModelShaper.register
(Item item, ModelResourceLocation location) -
Uses of ModelResourceLocation in net.neoforged.neoforge.client.model.renderable
Methods in net.neoforged.neoforge.client.model.renderable with parameters of type ModelResourceLocationModifier and TypeMethodDescriptionstatic BakedModelRenderable
BakedModelRenderable.of
(ModelResourceLocation model) Constructs aBakedModelRenderable
from the given model location. -
Uses of ModelResourceLocation in net.neoforged.neoforge.oldtest.client.rendering
Fields in net.neoforged.neoforge.oldtest.client.rendering declared as ModelResourceLocationModifier and TypeFieldDescriptionprivate static ModelResourceLocation
RenderableTest.Client.MODEL_LOC