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 pTextureSlots, SpriteGetter pSprites, ModelState pModelState, ModelDebugName pDebugName) static QuadCollection
SimpleUnbakedGeometry.bake
(List<BlockElement> pElements, TextureSlots pTextureSlots, SpriteGetter pSprites, ModelState pModelState, ModelDebugName pDebugName) SimpleUnbakedGeometry.bake
(TextureSlots pTextureSlots, ModelBaker pBaker, ModelState pModelState, ModelDebugName pDebugName, 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, ChunkSectionLayer 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 pTextureSlots, ModelBaker pBaker, ModelState pModelState, ModelDebugName pDebugName) Deprecated.private QuadCollection
ModelDiscovery.ModelWrapper.bakeDefaultState
(TextureSlots pTextureSlots, ModelBaker pModelBaker, ModelState pModelState) ModelDiscovery.ModelWrapper.bakeTopGeometry
(TextureSlots pTextureSlots, ModelBaker pModelBaker, ModelState pModelState) default QuadCollection
ResolvedModel.bakeTopGeometry
(TextureSlots pTextureSlots, ModelBaker pModelBaker, ModelState pModelState) QuadCollection.Builder.build()
private static QuadCollection
QuadCollection.Builder.createFromSublists
(List<BakedQuad> pQuads, int pUnculledSize, int pNorthSize, int pSouthSize, int pEastSize, int pWestSize, int pUpSize, int pDownSize) -
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 TypeMethodDescriptionSimpleUnbakedStandaloneModel.quadCollection
(ResourceLocation modelId) Returns an unbaked standalone model for aQuadCollection
, baked without additional transformations.SimpleUnbakedStandaloneModel.quadCollection
(ResourceLocation modelId, ModelState modelState) Returns an unbaked standalone model for aQuadCollection
, baked with the providedModelState
transformations.
UnbakedGeometryExtension.bake(TextureSlots, ModelBaker, ModelState, ModelDebugName, net.minecraft.util.context.ContextMap)
.