Uses of Interface
net.neoforged.neoforge.client.model.standalone.StandaloneModelBaker
Packages that use StandaloneModelBaker
Package
Description
Events fired only on the client-side, chiefly related to rendering and user interfaces (screens and input).
-
Uses of StandaloneModelBaker in net.neoforged.neoforge.client.event
Methods in net.neoforged.neoforge.client.event with parameters of type StandaloneModelBakerModifier and TypeMethodDescription<T> voidModelEvent.RegisterStandalone.register(StandaloneModelKey<T> modelKey, StandaloneModelBaker<T> baker) Registers a model to be loaded, along with its dependencies. -
Uses of StandaloneModelBaker in net.neoforged.neoforge.client.model.standalone
Fields in net.neoforged.neoforge.client.model.standalone declared as StandaloneModelBakerModifier and TypeFieldDescriptionprivate final StandaloneModelBaker<T> StandaloneModelBakerWrapper.standaloneBakerMethods in net.neoforged.neoforge.client.model.standalone that return StandaloneModelBakerModifier and TypeMethodDescriptionstatic StandaloneModelBaker<BlockStateModel> StandaloneModelBaker.blockStateModel()Returns a standalone baker for aBlockStateModel, baked without additional transformations.static StandaloneModelBaker<BlockStateModel> StandaloneModelBaker.blockStateModel(ModelState modelState) Returns a standalone baker for aBlockStateModel, baked with the providedModelStatetransformations.static StandaloneModelBaker<QuadCollection> StandaloneModelBaker.quadCollection()Returns a standalone baker for aQuadCollection, baked without additional transformations.static StandaloneModelBaker<QuadCollection> StandaloneModelBaker.quadCollection(ModelState modelState) Returns a standalone baker for aQuadCollection, baked with the providedModelStatetransformations.StandaloneModelBaker.simpleModelWrapper()Returns a standalone baker for aSimpleModelWrapper, baked without additional transformations.StandaloneModelBaker.simpleModelWrapper(ModelState modelState) Returns a standalone baker for aSimpleModelWrapper, baked with the providedModelStatetransformations.Constructors in net.neoforged.neoforge.client.model.standalone with parameters of type StandaloneModelBakerModifierConstructorDescriptionStandaloneModelBakerWrapper(ResourceLocation model, StandaloneModelBaker<T> baker)