Uses of Record Class
net.minecraft.client.resources.model.BlockStateModelLoader.LoadedModel
Packages that use BlockStateModelLoader.LoadedModel
-
Uses of BlockStateModelLoader.LoadedModel in net.minecraft.client.resources.model
Fields in net.minecraft.client.resources.model with type parameters of type BlockStateModelLoader.LoadedModelModifier and TypeFieldDescriptionprivate final Map
<ModelResourceLocation, BlockStateModelLoader.LoadedModel> BlockStateModelLoader.LoadedModels.models
The field for themodels
record component.Methods in net.minecraft.client.resources.model that return types with arguments of type BlockStateModelLoader.LoadedModelModifier and TypeMethodDescriptionBlockStateModelLoader.LoadedModels.models()
Returns the value of themodels
record component.Constructor parameters in net.minecraft.client.resources.model with type arguments of type BlockStateModelLoader.LoadedModelModifierConstructorDescriptionCreates an instance of aLoadedModels
record class.