Uses of Record Class
net.minecraft.client.resources.model.ModelResourceLocation
Packages that use ModelResourceLocation
Package
Description
-
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
Methods in net.minecraft.client.renderer.entity that return ModelResourceLocationModifier and TypeMethodDescriptionprivate static ModelResourceLocationItemFrameRenderer.getFrameModelResourceLocation(ItemFrameRenderState renderState) -
Uses of ModelResourceLocation in net.minecraft.client.resources.model
Fields in net.minecraft.client.resources.model declared as ModelResourceLocationModifier and TypeFieldDescriptionstatic final ModelResourceLocationBlockStateModelLoader.FRAME_LOCATIONstatic final ModelResourceLocationBlockStateModelLoader.GLOW_FRAME_LOCATIONstatic final ModelResourceLocationBlockStateModelLoader.GLOW_MAP_FRAME_LOCATIONstatic final ModelResourceLocationBlockStateModelLoader.MAP_FRAME_LOCATIONstatic final ModelResourceLocationMissingBlockModel.VARIANTFields in net.minecraft.client.resources.model with type parameters of type ModelResourceLocationModifier and TypeFieldDescriptionprivate Map<ModelResourceLocation, BakedModel> ModelManager.bakedBlockStateModelsprivate final Map<ModelResourceLocation, BakedModel> ModelBakery.BakingResult.blockStateModelsThe field for theblockStateModelsrecord component.private final Map<ModelResourceLocation, BlockStateModelLoader.LoadedModel> BlockStateModelLoader.LoadedModels.modelsThe field for themodelsrecord component.private final Map<ModelResourceLocation, UnbakedBlockStateModel> ModelBakery.unbakedBlockStateModelsMethods in net.minecraft.client.resources.model that return types with arguments of type ModelResourceLocationModifier and TypeMethodDescriptionModelBakery.BakingResult.blockStateModels()Returns the value of theblockStateModelsrecord component.BlockStateModelLoader.LoadedModels.models()Returns the value of themodelsrecord component.BlockStateModelLoader.LoadedModels.plainModels()Methods in net.minecraft.client.resources.model with parameters of type ModelResourceLocationMethod parameters in net.minecraft.client.resources.model with type arguments of type ModelResourceLocationModifier and TypeMethodDescriptionprivate static Map<BlockState, BakedModel> ModelManager.createBlockStateToModelDispatch(Map<ModelResourceLocation, BakedModel> blockStateModels, BakedModel missingModel) Constructor parameters in net.minecraft.client.resources.model with type arguments of type ModelResourceLocationModifierConstructorDescriptionBakingResult(BakedModel missingModel, Map<ModelResourceLocation, BakedModel> blockStateModels, ItemModel missingItemModel, Map<ResourceLocation, ItemModel> itemStackModels, Map<ResourceLocation, ClientItem.Properties> itemProperties) Deprecated.BakingResult(BakedModel missingModel, Map<ModelResourceLocation, BakedModel> blockStateModels, ItemModel missingItemModel, Map<ResourceLocation, ItemModel> itemStackModels, Map<ResourceLocation, ClientItem.Properties> itemProperties, Map<ResourceLocation, BakedModel> standaloneModels) Creates an instance of aBakingResultrecord class.Creates an instance of aLoadedModelsrecord class.ModelBakery(EntityModelSet entityModelSet, Map<ModelResourceLocation, UnbakedBlockStateModel> unbakedBlockStateModels, Map<ResourceLocation, ClientItem> unbakedItemStackModels, Map<ResourceLocation, UnbakedModel> unbakedPlainModels, UnbakedModel missingModel) Deprecated.Neo: useModelBakery(EntityModelSet, Map, Map, Map, UnbakedModel, Map)ModelBakery instead}ModelBakery(EntityModelSet entityModelSet, Map<ModelResourceLocation, UnbakedBlockStateModel> unbakedBlockStateModels, Map<ResourceLocation, ClientItem> unbakedItemStackModels, Map<ResourceLocation, UnbakedModel> unbakedPlainModels, UnbakedModel missingModel, Map<ResourceLocation, UnbakedModel> standaloneModels)
BakingResult(BakedModel, Map, ItemModel, Map, Map, Map)} instead