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.minecraft.client.resources.model
Methods in net.minecraft.client.resources.model with parameters of type StandaloneModelKeyModifier and TypeMethodDescription<T> TModelManager.getStandaloneModel(StandaloneModelKey<T> modelKey) -
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.modelMapMethods in net.neoforged.neoforge.client.event with parameters of type StandaloneModelKeyModifier and TypeMethodDescription<T> voidModelEvent.RegisterStandalone.register(StandaloneModelKey<T> modelKey, StandaloneModelBaker<T> baker) Registers a model to be loaded, along with its dependencies.<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 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.modelsThe field for themodelsrecord component.private 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 StandaloneModelKeyModifier and TypeMethodDescriptionMap<StandaloneModelKey<?>, ?> StandaloneModelLoader.BakedModels.models()Returns the value of themodelsrecord component.StandaloneModelLoader.LoadedModels.models()Returns the value of themodelsrecord component.Methods in net.neoforged.neoforge.client.model.standalone with parameters of type StandaloneModelKeyModifier and TypeMethodDescription<T> TStandaloneModelLoader.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 aBakedModelsrecord class.LoadedModels(Map<StandaloneModelKey<?>, UnbakedStandaloneModel<?>> models) Creates an instance of aLoadedModelsrecord class.