Uses of Class
net.minecraft.client.resources.model.QuadCollection
Packages that use QuadCollection
Package
Description
Extension interfaces for
client
-only classes.-
Uses of QuadCollection in net.minecraft.client.renderer.block.model
Fields in net.minecraft.client.renderer.block.model declared as QuadCollectionModifier and TypeFieldDescriptionprivate final QuadCollection
SimpleModelWrapper.quads
The field for thequads
record component.Methods in net.minecraft.client.renderer.block.model that return QuadCollectionModifier and TypeMethodDescriptionprivate static QuadCollection
ItemModelGenerator.bake
(TextureSlots p_387202_, ModelBaker p_405519_, ModelState p_387172_, ModelDebugName p_405600_) private static QuadCollection
ItemModelGenerator.bake
(TextureSlots p_386773_, SpriteGetter p_405238_, ModelState p_386536_, ModelDebugName p_404999_) static QuadCollection
SimpleUnbakedGeometry.bake
(List<BlockElement> p_405653_, TextureSlots p_404888_, SpriteGetter p_404947_, ModelState p_405413_, ModelDebugName p_404876_) SimpleUnbakedGeometry.bake
(TextureSlots p_405009_, ModelBaker p_404737_, ModelState p_404670_, ModelDebugName p_404742_, ContextMap additionalProperties) SimpleModelWrapper.quads()
Returns the value of thequads
record component.Constructors in net.minecraft.client.renderer.block.model with parameters of type QuadCollectionModifierConstructorDescriptionSimpleModelWrapper
(QuadCollection quads, boolean useAmbientOcclusion, TextureAtlasSprite particleIcon) Deprecated.SimpleModelWrapper
(QuadCollection quads, boolean useAmbientOcclusion, TextureAtlasSprite particleIcon, RenderType renderType) Creates an instance of aSimpleModelWrapper
record class. -
Uses of QuadCollection in net.minecraft.client.resources.model
Fields in net.minecraft.client.resources.model declared as QuadCollectionFields in net.minecraft.client.resources.model with type parameters of type QuadCollectionModifier and TypeFieldDescriptionprivate static final ModelDiscovery.Slot
<QuadCollection> ModelDiscovery.ModelWrapper.KEY_DEFAULT_GEOMETRY
private final Map
<ModelState, QuadCollection> ModelDiscovery.ModelWrapper.modelBakeCache
Methods in net.minecraft.client.resources.model that return QuadCollectionModifier and TypeMethodDescriptionUnbakedGeometry.bake
(TextureSlots p_405831_, ModelBaker p_405026_, ModelState p_405122_, ModelDebugName p_405635_) Deprecated.private QuadCollection
ModelDiscovery.ModelWrapper.bakeDefaultState
(TextureSlots p_405546_, ModelBaker p_404641_, ModelState p_405363_) ModelDiscovery.ModelWrapper.bakeTopGeometry
(TextureSlots p_405587_, ModelBaker p_405166_, ModelState p_405646_) default QuadCollection
ResolvedModel.bakeTopGeometry
(TextureSlots p_405784_, ModelBaker p_405450_, ModelState p_405844_) QuadCollection.Builder.build()
private static QuadCollection
QuadCollection.Builder.createFromSublists
(List<BakedQuad> p_405742_, int p_405661_, int p_405665_, int p_405121_, int p_405725_, int p_404700_, int p_405215_, int p_404662_) -
Uses of QuadCollection in net.neoforged.neoforge.client.extensions
Methods in net.neoforged.neoforge.client.extensions that return QuadCollectionModifier and TypeMethodDescriptiondefault QuadCollection
UnbakedGeometryExtension.bake
(TextureSlots textureSlots, ModelBaker baker, ModelState state, ModelDebugName debugName, ContextMap additionalProperties) Version ofUnbakedGeometry.bake(TextureSlots, ModelBaker, ModelState, ModelDebugName)
that also receives additional properties sourced fromUnbakedModelExtension.fillAdditionalProperties(net.minecraft.util.context.ContextMap.Builder)
.Methods in net.neoforged.neoforge.client.extensions with parameters of type QuadCollectionModifier and TypeMethodDescriptiondefault QuadCollection.Builder
QuadCollectionBuilderExtension.addAll
(QuadCollection collection) Adds all quads from anotherQuadCollection
to this builder. -
Uses of QuadCollection in net.neoforged.neoforge.client.model
Methods in net.neoforged.neoforge.client.model that return QuadCollectionModifier and TypeMethodDescriptionCompositeUnbakedGeometry.bake
(TextureSlots textureSlots, ModelBaker baker, ModelState state, ModelDebugName debugName, ContextMap additionalProperties) default QuadCollection
ExtendedUnbakedGeometry.bake
(TextureSlots p_405831_, ModelBaker p_405026_, ModelState p_405122_, ModelDebugName p_405635_) ExtendedUnbakedGeometry.bake
(TextureSlots textureSlots, ModelBaker baker, ModelState state, ModelDebugName debugName, ContextMap additionalProperties) -
Uses of QuadCollection in net.neoforged.neoforge.client.model.obj
Methods in net.neoforged.neoforge.client.model.obj that return QuadCollectionModifier and TypeMethodDescriptionObjGeometry.bake
(TextureSlots textureSlots, ModelBaker baker, ModelState state, ModelDebugName debugName, ContextMap additionalProperties) -
Uses of QuadCollection in net.neoforged.neoforge.client.model.standalone
Methods in net.neoforged.neoforge.client.model.standalone that return types with arguments of type QuadCollectionModifier and TypeMethodDescriptionstatic 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 providedModelState
transformations.
UnbakedGeometryExtension.bake(TextureSlots, ModelBaker, ModelState, ModelDebugName, net.minecraft.util.context.ContextMap)
.