Uses of Interface
net.neoforged.neoforge.client.model.standalone.UnbakedStandaloneModel
Packages that use UnbakedStandaloneModel
Package
Description
Events fired only on the client-side, chiefly related to rendering and user interfaces (screens and input).
-
Uses of UnbakedStandaloneModel in net.neoforged.neoforge.client.event
Fields in net.neoforged.neoforge.client.event with type parameters of type UnbakedStandaloneModelModifier and TypeFieldDescriptionprivate final Map
<StandaloneModelKey<?>, UnbakedStandaloneModel<?>> ModelEvent.RegisterStandalone.modelMap
Methods in net.neoforged.neoforge.client.event with parameters of type UnbakedStandaloneModelModifier and TypeMethodDescription<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 UnbakedStandaloneModelModifierConstructorDescriptionRegisterStandalone
(Map<StandaloneModelKey<?>, UnbakedStandaloneModel<?>> modelMap) -
Uses of UnbakedStandaloneModel in net.neoforged.neoforge.client.model.standalone
Classes in net.neoforged.neoforge.client.model.standalone that implement UnbakedStandaloneModelModifier and TypeClassDescriptionfinal class
AnUnbakedStandaloneModel
implementation that loads a single model.Fields in net.neoforged.neoforge.client.model.standalone with type parameters of type UnbakedStandaloneModelModifier and TypeFieldDescriptionprivate 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 UnbakedStandaloneModelModifier and TypeMethodDescriptionStandaloneModelLoader.LoadedModels.models()
Returns the value of themodels
record component.Constructor parameters in net.neoforged.neoforge.client.model.standalone with type arguments of type UnbakedStandaloneModelModifierConstructorDescriptionLoadedModels
(Map<StandaloneModelKey<?>, UnbakedStandaloneModel<?>> models) Creates an instance of aLoadedModels
record class.