Uses of Enum
me.ulrich.koth.utils.Cuboid.CuboidDirection
Packages that use Cuboid.CuboidDirection
-
Uses of Cuboid.CuboidDirection in me.ulrich.koth.utils
Methods in me.ulrich.koth.utils that return Cuboid.CuboidDirectionModifier and TypeMethodDescriptionCuboid.CuboidDirection.opposite()static Cuboid.CuboidDirectionReturns the enum constant of this type with the specified name.static Cuboid.CuboidDirection[]Cuboid.CuboidDirection.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in me.ulrich.koth.utils with parameters of type Cuboid.CuboidDirectionModifier and TypeMethodDescriptionCuboid.contract(Cuboid.CuboidDirection dir) Cuboid.expand(Cuboid.CuboidDirection dir, int amount) Cuboid.getFace(Cuboid.CuboidDirection dir) Cuboid.inset(Cuboid.CuboidDirection dir, int amount) Cuboid.outset(Cuboid.CuboidDirection dir, int amount) Cuboid.shift(Cuboid.CuboidDirection dir, int amount)