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.bakedStandaloneModelsprivate final StandaloneModelLoader.BakedModelsModelBakery.BakingResult.standaloneModelsThe field for thestandaloneModelsrecord component.Methods in net.minecraft.client.resources.model that return StandaloneModelLoader.BakedModelsModifier and TypeMethodDescriptionModelBakery.BakingResult.standaloneModels()Returns the value of thestandaloneModelsrecord 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 aBakingResultrecord 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.BakedModelsStandaloneModelLoader.BakedModels.EMPTYMethods 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)