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
Classes in net.minecraft.client.renderer.block.model that implement interfaces with type arguments of type QuadCollectionFields 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 textureSlots, ModelBaker modelBaker, ModelState modelState, ModelDebugName name) static QuadCollectionSimpleUnbakedGeometry.bake(List<BlockElement> elements, TextureSlots textures, ModelBaker modelBaker, ModelState modelState, ModelDebugName name) SimpleUnbakedGeometry.bake(TextureSlots textures, ModelBaker modelBaker, ModelState modelState, ModelDebugName name, ContextMap additionalProperties) ItemModelGenerator.ItemLayerKey.compute(ModelBaker modelBakery) 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, Material.Baked particleMaterial, boolean hasTranslucency) 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 textureSlots, ModelBaker modelBaker, ModelState modelState, ModelDebugName name) Deprecated.private QuadCollectionModelDiscovery.ModelWrapper.bakeDefaultState(TextureSlots textureSlots, ModelBaker baker, ModelState state) ModelDiscovery.ModelWrapper.bakeTopGeometry(TextureSlots textureSlots, ModelBaker baker, ModelState state) default QuadCollectionResolvedModel.bakeTopGeometry(TextureSlots textureSlots, ModelBaker baker, ModelState state) QuadCollection.Builder.build()private static QuadCollectionQuadCollection.Builder.createFromSublists(List<BakedQuad> all, int unculledCount, int northCount, int southCount, int eastCount, int westCount, int upCount, int downCount) Methods in net.minecraft.client.resources.model with parameters of type QuadCollection -
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(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 textureSlots, ModelBaker modelBaker, ModelState modelState, ModelDebugName name) 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).