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 ModelResourceLocation
BlockModelShaper.stateToModelLocation
(ResourceLocation p_110890_, BlockState p_110891_) static ModelResourceLocation
BlockModelShaper.stateToModelLocation
(BlockState p_110896_) -
Uses of ModelResourceLocation in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity that return ModelResourceLocationModifier and TypeMethodDescriptionprivate static ModelResourceLocation
ItemFrameRenderer.getFrameModelResourceLocation
(ItemFrameRenderState p_388245_) -
Uses of ModelResourceLocation in net.minecraft.client.resources.model
Fields in net.minecraft.client.resources.model declared as ModelResourceLocationModifier and TypeFieldDescriptionstatic final ModelResourceLocation
BlockStateModelLoader.FRAME_LOCATION
static final ModelResourceLocation
BlockStateModelLoader.GLOW_FRAME_LOCATION
static final ModelResourceLocation
BlockStateModelLoader.GLOW_MAP_FRAME_LOCATION
static final ModelResourceLocation
BlockStateModelLoader.MAP_FRAME_LOCATION
static final ModelResourceLocation
MissingBlockModel.VARIANT
Fields in net.minecraft.client.resources.model with type parameters of type ModelResourceLocationModifier and TypeFieldDescriptionprivate Map
<ModelResourceLocation, BakedModel> ModelManager.bakedBlockStateModels
private final Map
<ModelResourceLocation, BakedModel> ModelBakery.BakingResult.blockStateModels
The field for theblockStateModels
record component.private final Map
<ModelResourceLocation, BlockStateModelLoader.LoadedModel> BlockStateModelLoader.LoadedModels.models
The field for themodels
record component.private final Map
<ModelResourceLocation, UnbakedBlockStateModel> ModelBakery.unbakedBlockStateModels
Methods in net.minecraft.client.resources.model that return types with arguments of type ModelResourceLocationModifier and TypeMethodDescriptionModelBakery.BakingResult.blockStateModels()
Returns the value of theblockStateModels
record component.BlockStateModelLoader.LoadedModels.models()
Returns the value of themodels
record 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> p_386989_, BakedModel p_387871_) 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 aBakingResult
record class.Creates an instance of aLoadedModels
record class.ModelBakery
(EntityModelSet p_388903_, Map<ModelResourceLocation, UnbakedBlockStateModel> p_251087_, Map<ResourceLocation, ClientItem> p_250416_, Map<ResourceLocation, UnbakedModel> p_388404_, UnbakedModel p_360944_) Deprecated.Neo: useModelBakery(EntityModelSet, Map, Map, Map, UnbakedModel, Map)
ModelBakery instead}ModelBakery
(EntityModelSet p_388903_, Map<ModelResourceLocation, UnbakedBlockStateModel> p_251087_, Map<ResourceLocation, ClientItem> p_250416_, Map<ResourceLocation, UnbakedModel> p_388404_, UnbakedModel p_360944_, Map<ResourceLocation, UnbakedModel> standaloneModels)
BakingResult(BakedModel, Map, ItemModel, Map, Map, Map)
} instead