Uses of Class
net.neoforged.neoforge.client.model.standalone.StandaloneModelKey
Packages that use StandaloneModelKey
Package
Description
Events fired only on the client-side, chiefly related to rendering and user interfaces (screens and input).
-
Uses of StandaloneModelKey in net.neoforged.neoforge.client.event
Fields in net.neoforged.neoforge.client.event with type parameters of type StandaloneModelKeyModifier and TypeFieldDescriptionprivate final Map
<StandaloneModelKey<?>, UnbakedStandaloneModel<?>> ModelEvent.RegisterStandalone.modelMap
Methods in net.neoforged.neoforge.client.event with parameters of type StandaloneModelKeyModifier and TypeMethodDescription<T> void
ModelEvent.RegisterStandalone.register
(StandaloneModelKey<T> modelKey, StandaloneModelBaker<T> baker) Registers a model to be loaded, along with its dependencies.<T> void
ModelEvent.RegisterStandalone.register
(StandaloneModelKey<T> modelKey, UnbakedStandaloneModel<T> baker) Registers a model to be loaded, along with its dependencies.Constructor parameters in net.neoforged.neoforge.client.event with type arguments of type StandaloneModelKeyModifierConstructorDescriptionRegisterStandalone
(Map<StandaloneModelKey<?>, UnbakedStandaloneModel<?>> modelMap) -
Uses of StandaloneModelKey in net.neoforged.neoforge.client.model.standalone
Fields in net.neoforged.neoforge.client.model.standalone with type parameters of type StandaloneModelKeyModifier and TypeFieldDescriptionprivate final Map
<StandaloneModelKey<?>, ?> StandaloneModelLoader.BakedModels.models
The field for themodels
record component.private final Map
<StandaloneModelKey<?>, UnbakedStandaloneModel<?>> StandaloneModelLoader.LoadedModels.models
The field for themodels
record component.Methods in net.neoforged.neoforge.client.model.standalone that return types with arguments of type StandaloneModelKeyModifier and TypeMethodDescriptionMap
<StandaloneModelKey<?>, ?> StandaloneModelLoader.BakedModels.models()
Returns the value of themodels
record component.StandaloneModelLoader.LoadedModels.models()
Returns the value of themodels
record component.Methods in net.neoforged.neoforge.client.model.standalone with parameters of type StandaloneModelKeyModifier and TypeMethodDescription<T> T
StandaloneModelLoader.BakedModels.get
(StandaloneModelKey<T> key) Constructor parameters in net.neoforged.neoforge.client.model.standalone with type arguments of type StandaloneModelKeyModifierConstructorDescriptionBakedModels
(Map<StandaloneModelKey<?>, ?> models) Creates an instance of aBakedModels
record class.LoadedModels
(Map<StandaloneModelKey<?>, UnbakedStandaloneModel<?>> models) Creates an instance of aLoadedModels
record class.