enum

BlockFace

Inherits Enum / Comparable / Value / Object

Constants

Bottom = 0

order matters for packet serialization

Top = 1
North = 2
South = 3
West = 4
East = 5

Instance methods

+(other : Vec3d | Vec3i) : Vec3d
Source
bottom?

Returns true if this enum value equals Bottom

Source
east?

Returns true if this enum value equals East

Source
north?

Returns true if this enum value equals North

Source
south?

Returns true if this enum value equals South

Source
to_vec3d(len : Float64 = 0.5) : Vec3d
Source
top?

Returns true if this enum value equals Top

Source
west?

Returns true if this enum value equals West

Source