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 item, ModelResourceLocation modelLocation) -
Uses of ModelResourceLocation in net.minecraft.client.renderer.block
Methods in net.minecraft.client.renderer.block that return ModelResourceLocationModifier and TypeMethodDescriptionstatic ModelResourceLocationBlockModelShaper.stateToModelLocation(ResourceLocation location, BlockState state) static ModelResourceLocationBlockModelShaper.stateToModelLocation(BlockState state) -
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 entity, ItemStack item) -
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 id) 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 modelLocation, Material material) ModelManager.getModel(ModelResourceLocation modelLocation) ModelBakery.ModelBakerImpl.getTopLevelModel(ModelResourceLocation location) private voidModelBakery.loadSpecialItemModelAndDependencies(ModelResourceLocation modelLocation) private voidModelBakery.registerModel(ModelResourceLocation modelLocation, UnbakedModel model) private voidModelBakery.registerModelAndLoadDependencies(ModelResourceLocation modelLocation, UnbakedModel model) Constructors in net.minecraft.client.resources.model with parameters of type ModelResourceLocationModifierConstructorDescription(package private)ModelBakerImpl(ModelBakery.TextureGetter textureGetter, ModelResourceLocation modelLocation) Constructor parameters in net.minecraft.client.resources.model with type arguments of type ModelResourceLocationModifierConstructorDescriptionBlockStateModelLoader(Map<ResourceLocation, List<BlockStateModelLoader.LoadedJson>> blockStateResources, ProfilerFiller profiler, UnbakedModel missingModel, BlockColors blockColors, BiConsumer<ModelResourceLocation, UnbakedModel> discoveredModelOutput) -
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.