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 QuadCollectionSimpleModelWrapper.quadsThe field for thequadsrecord component.Methods in net.minecraft.client.renderer.block.model that return QuadCollectionModifier and TypeMethodDescriptionprivate static QuadCollectionItemModelGenerator.bake(TextureSlots pTextureSlots, ModelBaker pBaker, ModelState pModelState, ModelDebugName pDebugName) static QuadCollectionSimpleUnbakedGeometry.bake(List<BlockElement> pElements, TextureSlots pTextureSlots, ModelBaker pBaker, ModelState pModelState, ModelDebugName pDebugName) SimpleUnbakedGeometry.bake(TextureSlots p_405009_, ModelBaker p_404737_, ModelState p_404670_, ModelDebugName p_404742_, ContextMap additionalProperties) SimpleModelWrapper.quads()Returns the value of thequadsrecord 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, @Nullable ChunkSectionLayer renderType) Creates an instance of aSimpleModelWrapperrecord 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_GEOMETRYprivate final Map<ModelState, QuadCollection> ModelDiscovery.ModelWrapper.modelBakeCacheMethods in net.minecraft.client.resources.model that return QuadCollectionModifier and TypeMethodDescriptionUnbakedGeometry.bake(TextureSlots pTextureSlots, ModelBaker pBaker, ModelState pModelState, ModelDebugName pDebugName) Deprecated.private QuadCollectionModelDiscovery.ModelWrapper.bakeDefaultState(TextureSlots pTextureSlots, ModelBaker pModelBaker, ModelState pModelState) ModelDiscovery.ModelWrapper.bakeTopGeometry(TextureSlots p_405587_, ModelBaker p_405166_, ModelState p_405646_) default QuadCollectionResolvedModel.bakeTopGeometry(TextureSlots pTextureSlots, ModelBaker pModelBaker, ModelState pModelState) QuadCollection.Builder.build()private static QuadCollectionQuadCollection.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 QuadCollectionUnbakedGeometryExtension.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.BuilderQuadCollectionBuilderExtension.addAll(QuadCollection collection) Adds all quads from anotherQuadCollectionto 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 QuadCollectionExtendedUnbakedGeometry.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(Identifier modelId) Returns an unbaked standalone model for aQuadCollection, baked without additional transformations.SimpleUnbakedStandaloneModel.quadCollection(Identifier modelId, ModelState modelState) Returns an unbaked standalone model for aQuadCollection, baked with the providedModelStatetransformations.
UnbakedGeometryExtension.bake(TextureSlots, ModelBaker, ModelState, ModelDebugName, net.minecraft.util.context.ContextMap).