Uses of Enum Class
zombie.iso.worldgen.blending.BlendDirection
Packages that use BlendDirection
-
Uses of BlendDirection in zombie.iso
Methods in zombie.iso with parameters of type BlendDirectionModifier and TypeMethodDescriptionbyteIsoChunk.getModifDepth(BlendDirection blendDirection) voidIsoChunk.setModifDepth(BlendDirection blendDirection, byte byte0) voidIsoChunk.setModifDepth(BlendDirection blendDirection, int int0) -
Uses of BlendDirection in zombie.iso.worldgen.blending
Subclasses with type arguments of type BlendDirection in zombie.iso.worldgen.blendingMethods in zombie.iso.worldgen.blending that return BlendDirectionModifier and TypeMethodDescriptionBlendDirection.opposite()static BlendDirectionReturns the enum constant of this class with the specified name.static BlendDirection[]BlendDirection.values()Returns an array containing the constants of this enum class, in the order they are declared.