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.modelMapMethods in net.neoforged.neoforge.client.event with parameters of type UnbakedStandaloneModelModifier and TypeMethodDescription<T> voidModelEvent.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 classAnUnbakedStandaloneModelimplementation 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.modelsThe field for themodelsrecord 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 themodelsrecord component.Constructor parameters in net.neoforged.neoforge.client.model.standalone with type arguments of type UnbakedStandaloneModelModifierConstructorDescriptionLoadedModels(Map<StandaloneModelKey<?>, UnbakedStandaloneModel<?>> models) Creates an instance of aLoadedModelsrecord class.