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.model
Methods in net.minecraft.client.renderer.block.model that return TransparencyModifier and TypeMethodDescriptionprivate static TransparencyFaceBakery.computeMaterialTransparency(Material.Baked material, BlockElementFace.UVs uvs) Methods in net.minecraft.client.renderer.block.model with parameters of type TransparencyModifier and TypeMethodDescriptionstatic BakedQuad.SpriteInfoBakedQuad.SpriteInfo.of(Material.Baked material, Transparency transparency) -
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)