Uses of Record Class
net.neoforged.neoforge.client.model.standalone.StandaloneModelLoader.BakedModels
Packages that use StandaloneModelLoader.BakedModels
Package
Description
-
Uses of StandaloneModelLoader.BakedModels in net.minecraft.client.resources.model
Fields in net.minecraft.client.resources.model declared as StandaloneModelLoader.BakedModelsModifier and TypeFieldDescriptionModelManager.bakedStandaloneModels
private final StandaloneModelLoader.BakedModels
ModelBakery.BakingResult.standaloneModels
The field for thestandaloneModels
record component.Methods in net.minecraft.client.resources.model that return StandaloneModelLoader.BakedModelsModifier and TypeMethodDescriptionModelBakery.BakingResult.standaloneModels()
Returns the value of thestandaloneModels
record component.Constructors in net.minecraft.client.resources.model with parameters of type StandaloneModelLoader.BakedModelsModifierConstructorDescriptionBakingResult
(ModelBakery.MissingModels missingModels, Map<BlockState, BlockStateModel> blockStateModels, Map<ResourceLocation, ItemModel> itemStackModels, Map<ResourceLocation, ClientItem.Properties> itemProperties, StandaloneModelLoader.BakedModels standaloneModels) Creates an instance of aBakingResult
record class. -
Uses of StandaloneModelLoader.BakedModels in net.neoforged.neoforge.client.model.standalone
Fields in net.neoforged.neoforge.client.model.standalone declared as StandaloneModelLoader.BakedModelsModifier and TypeFieldDescriptionstatic final StandaloneModelLoader.BakedModels
StandaloneModelLoader.BakedModels.EMPTY
Methods in net.neoforged.neoforge.client.model.standalone that return StandaloneModelLoader.BakedModelsMethods in net.neoforged.neoforge.client.model.standalone that return types with arguments of type StandaloneModelLoader.BakedModelsModifier and TypeMethodDescriptionStandaloneModelLoader.bake
(StandaloneModelLoader.LoadedModels standaloneModels, ModelBaker baker, Executor executor)