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 TypeMethodDescriptionbyte
IsoChunk.getModifDepth
(BlendDirection blendDirection) void
IsoChunk.setModifDepth
(BlendDirection blendDirection, byte byte0) void
IsoChunk.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 BlendDirection
Returns 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.