Uses of Enum Class
zombie.core.textures.PNGDecoder.Format
Packages that use PNGDecoder.Format
-
Uses of PNGDecoder.Format in zombie.core.textures
Subclasses with type arguments of type PNGDecoder.Format in zombie.core.texturesMethods in zombie.core.textures that return PNGDecoder.FormatModifier and TypeMethodDescriptionPNGDecoder.decideTextureFormat(PNGDecoder.Format format) static PNGDecoder.FormatReturns the enum constant of this class with the specified name.static PNGDecoder.Format[]PNGDecoder.Format.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in zombie.core.textures with parameters of type PNGDecoder.FormatModifier and TypeMethodDescriptionPNGDecoder.decideTextureFormat(PNGDecoder.Format format) voidPNGDecoder.decode(ByteBuffer byteBuffer, int int5, int int3, PNGDecoder.Format format, int int4) voidPNGDecoder.decodeFlipped(ByteBuffer byteBuffer, int int0, int int3, PNGDecoder.Format format, int int4) voidPNGDecoder.decodeFrame(MipMapLevel mipMapLevel, ImageDataFrame imageDataFrame, ByteBuffer byteBuffer0, int int0, PNGDecoder.Format format)