Uses of Record Class
com.mojang.blaze3d.platform.Transparency
Packages that use Transparency
Package
Description
-
Uses of Transparency in com.mojang.blaze3d.platform
Fields in com.mojang.blaze3d.platform declared as TransparencyModifier and TypeFieldDescriptionstatic final TransparencyTransparency.NONEstatic final TransparencyTransparency.TRANSLUCENTstatic final TransparencyTransparency.TRANSPARENTstatic final TransparencyTransparency.TRANSPARENT_AND_TRANSLUCENTMethods in com.mojang.blaze3d.platform that return TransparencyModifier and TypeMethodDescriptionNativeImage.computeTransparency()NativeImage.computeTransparency(int x0, int y0, int x1, int y1) static TransparencyTransparency.of(boolean hasTransparent, boolean hasTranslucent) Transparency.or(Transparency other) Methods in com.mojang.blaze3d.platform with parameters of type Transparency -
Uses of Transparency in net.minecraft.client.renderer.block
Methods in net.minecraft.client.renderer.block that return TransparencyModifier and TypeMethodDescriptionprivate static TransparencyFluidModel.Unbaked.getTransparency(Material.Baked material) -
Uses of Transparency in net.minecraft.client.renderer.chunk
Methods in net.minecraft.client.renderer.chunk with parameters of type TransparencyModifier and TypeMethodDescriptionstatic ChunkSectionLayerChunkSectionLayer.byTransparency(Transparency transparency) -
Uses of Transparency in net.minecraft.client.renderer.texture
Fields in net.minecraft.client.renderer.texture declared as TransparencyMethods in net.minecraft.client.renderer.texture that return TransparencyModifier and TypeMethodDescriptionSpriteContents.computeTransparency(float u0, float v0, float u1, float v1) SpriteContents.transparency()TextureAtlasSprite.transparency()Methods in net.minecraft.client.renderer.texture with parameters of type TransparencyModifier and TypeMethodDescriptionstatic NativeImage[]MipmapGenerator.generateMipLevels(Identifier name, NativeImage[] currentMips, int newMipLevel, MipmapStrategy mipmapStrategy, float alphaCutoffBias, Transparency transparency) -
Uses of Transparency in net.minecraft.client.resources.model.cuboid
Methods in net.minecraft.client.resources.model.cuboid that return TransparencyModifier and TypeMethodDescriptionprivate static TransparencyFaceBakery.computeMaterialTransparency(Material.Baked material, CuboidFace.UVs uvs) -
Uses of Transparency in net.minecraft.client.resources.model.geometry
Methods in net.minecraft.client.resources.model.geometry with parameters of type TransparencyModifier and TypeMethodDescriptionstatic BakedQuad.MaterialInfoBakedQuad.MaterialInfo.of(Material.Baked material, Transparency transparency, int tintIndex, boolean shade, int lightEmission) Deprecated.static BakedQuad.MaterialInfoBakedQuad.MaterialInfo.of(Material.Baked material, Transparency transparency, int tintIndex, boolean shade, int lightEmission, boolean ambientOcclusion) -
Uses of Transparency in net.neoforged.neoforge.client.model.obj
Methods in net.neoforged.neoforge.client.model.obj with parameters of type TransparencyModifier and TypeMethodDescriptionObjGeometry.makeQuad(ModelBaker baker, int[][] indices, int tintIndex, org.joml.Vector4f colorTint, org.joml.Vector4f ambientColor, Material.Baked material, Transparency transparency, Transformation transform) -
Uses of Transparency in net.neoforged.neoforge.client.model.pipeline
Methods in net.neoforged.neoforge.client.model.pipeline with parameters of type TransparencyModifier and TypeMethodDescriptionvoidQuadBakingVertexConsumer.setSprite(Material.Baked material, Transparency transparency) -
Uses of Transparency in net.neoforged.neoforge.client.model.quad
Methods in net.neoforged.neoforge.client.model.quad with parameters of type TransparencyModifier and TypeMethodDescriptionMutableQuad.setSprite(Material.Baked material, Transparency transparency) Changes the texture atlas sprite used by this quad.MutableQuad.setSpriteAndMoveUv(Material.Baked material, Transparency transparency) Changes the sprite and remaps the UV to the new sprites position in the texture atlas.
BakedQuad.MaterialInfo.of(net.minecraft.client.resources.model.sprite.Material.Baked, com.mojang.blaze3d.platform.Transparency, int, boolean, int, boolean)instead