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> void
ModelEvent.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.standaloneBaker
Methods in net.neoforged.neoforge.client.model.standalone that return StandaloneModelBakerModifier and TypeMethodDescriptionstatic StandaloneModelBaker
<net.minecraft.client.renderer.block.model.BlockStateModel> StandaloneModelBaker.blockStateModel()
Returns a standalone baker for aBlockStateModel
, baked without additional transformations.static StandaloneModelBaker
<net.minecraft.client.renderer.block.model.BlockStateModel> StandaloneModelBaker.blockStateModel
(net.minecraft.client.resources.model.ModelState modelState) Returns a standalone baker for aBlockStateModel
, baked with the providedModelState
transformations.static StandaloneModelBaker
<net.minecraft.client.resources.model.QuadCollection> StandaloneModelBaker.quadCollection()
Returns a standalone baker for aQuadCollection
, baked without additional transformations.static StandaloneModelBaker
<net.minecraft.client.resources.model.QuadCollection> StandaloneModelBaker.quadCollection
(net.minecraft.client.resources.model.ModelState modelState) Returns a standalone baker for aQuadCollection
, baked with the providedModelState
transformations.static StandaloneModelBaker
<net.minecraft.client.renderer.block.model.SimpleModelWrapper> StandaloneModelBaker.simpleModelWrapper()
Returns a standalone baker for aSimpleModelWrapper
, baked without additional transformations.static StandaloneModelBaker
<net.minecraft.client.renderer.block.model.SimpleModelWrapper> StandaloneModelBaker.simpleModelWrapper
(net.minecraft.client.resources.model.ModelState modelState) Returns a standalone baker for aSimpleModelWrapper
, baked with the providedModelState
transformations.Constructors in net.neoforged.neoforge.client.model.standalone with parameters of type StandaloneModelBakerModifierConstructorDescriptionStandaloneModelBakerWrapper
(net.minecraft.resources.ResourceLocation model, StandaloneModelBaker<T> baker)