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.shapesMethods in net.minecraft.client.renderer with parameters of type ModelResourceLocationModifier and TypeMethodDescriptionvoidItemModelShaper.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 ModelResourceLocationBlockModelShaper.stateToModelLocation(ResourceLocation p_110890_, BlockState p_110891_) static ModelResourceLocationBlockModelShaper.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 final ModelResourceLocationItemFrameRenderer.FRAME_LOCATIONprivate static final ModelResourceLocationItemFrameRenderer.GLOW_FRAME_LOCATIONprivate static final ModelResourceLocationItemFrameRenderer.GLOW_MAP_FRAME_LOCATIONprivate static final ModelResourceLocationItemFrameRenderer.MAP_FRAME_LOCATIONstatic final ModelResourceLocationItemRenderer.SPYGLASS_IN_HAND_MODELprivate static final ModelResourceLocationItemRenderer.SPYGLASS_MODELstatic final ModelResourceLocationItemRenderer.TRIDENT_IN_HAND_MODELprivate static final ModelResourceLocationItemRenderer.TRIDENT_MODELMethods in net.minecraft.client.renderer.entity that return ModelResourceLocationModifier and TypeMethodDescriptionprivate ModelResourceLocationItemFrameRenderer.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 ModelResourceLocationModifier and TypeFieldDescriptionstatic final ModelResourceLocationModelBakery.MISSING_MODEL_VARIANTFields in net.minecraft.client.resources.model with type parameters of type ModelResourceLocationModifier and TypeFieldDescriptionprivate Map<ModelResourceLocation, BakedModel> ModelManager.bakedRegistryprivate final Map<ModelResourceLocation, BakedModel> ModelBakery.bakedTopLevelModelsprivate final BiConsumer<ModelResourceLocation, UnbakedModel> BlockStateModelLoader.discoveredModelOutputprivate final Map<ModelResourceLocation, UnbakedModel> ModelBakery.topLevelModelsMethods in net.minecraft.client.resources.model that return ModelResourceLocationModifier and TypeMethodDescriptionstatic ModelResourceLocationModelResourceLocation.inventory(ResourceLocation p_352141_) static ModelResourceLocationModelResourceLocation.standalone(ResourceLocation id) Construct aModelResourceLocationfor use in theModelEvent.RegisterAdditionalto load a model at the given path directly instead of going through blockstates or item model auto-prefixing.static ModelResourceLocationMethods 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 p_352455_, Material p_352128_) ModelManager.getModel(ModelResourceLocation p_119423_) ModelBakery.ModelBakerImpl.getTopLevelModel(ModelResourceLocation location) private voidModelBakery.loadSpecialItemModelAndDependencies(ModelResourceLocation p_352247_) private voidModelBakery.registerModel(ModelResourceLocation p_352067_, UnbakedModel p_352146_) private voidModelBakery.registerModelAndLoadDependencies(ModelResourceLocation p_352435_, UnbakedModel p_352250_) Constructors in net.minecraft.client.resources.model with parameters of type ModelResourceLocationModifierConstructorDescription(package private)ModelBakerImpl(ModelBakery.TextureGetter p_352124_, ModelResourceLocation p_352126_) Constructor parameters in net.minecraft.client.resources.model with type arguments of type ModelResourceLocationModifierConstructorDescriptionBlockStateModelLoader(Map<ResourceLocation, List<BlockStateModelLoader.LoadedJson>> p_352185_, ProfilerFiller p_352252_, UnbakedModel p_352193_, BlockColors p_352120_, BiConsumer<ModelResourceLocation, UnbakedModel> p_352414_) -
Uses of ModelResourceLocation in net.neoforged.neoforge.client
Method parameters in net.neoforged.neoforge.client with type arguments of type ModelResourceLocationModifier and TypeMethodDescriptionstatic voidClientHooks.onModelBake(ModelManager modelManager, Map<ModelResourceLocation, BakedModel> models, ModelBakery modelBakery) static voidClientHooks.onModifyBakingResult(Map<ModelResourceLocation, BakedModel> models, Map<ResourceLocation, AtlasSet.StitchResult> stitchResults, ModelBakery modelBakery) static voidClientHooks.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.modelsprivate final Map<ModelResourceLocation, BakedModel> ModelEvent.ModifyBakingResult.modelsprivate final Set<ModelResourceLocation> ModelEvent.RegisterAdditional.modelsMethods 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 TypeMethodDescriptionvoidModelEvent.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 UnbakedModelIModelBakerExtension.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.locationsMethods in net.neoforged.neoforge.client.model that return ModelResourceLocationMethods in net.neoforged.neoforge.client.model with parameters of type ModelResourceLocationModifier and TypeMethodDescriptionvoidRegistryAwareItemModelShaper.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 BakedModelRenderableBakedModelRenderable.of(ModelResourceLocation model) Constructs aBakedModelRenderablefrom 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 ModelResourceLocationRenderableTest.Client.MODEL_LOC