enum BlockFace
Defined in:
rosegold/world/vec3.crEnum Members
-
Bottom =
0 -
order matters for packet serialization
-
Top =
1 -
North =
2 -
South =
3 -
West =
4 -
East =
5
Instance Method Summary
- #+(other : Vec3d | Vec3i) : Vec3d
-
#bottom?
Returns
trueif this enum value equalsBottom -
#east?
Returns
trueif this enum value equalsEast -
#north?
Returns
trueif this enum value equalsNorth -
#south?
Returns
trueif this enum value equalsSouth - #to_vec3d(len : Float64 = 0.5) : Vec3d
-
#top?
Returns
trueif this enum value equalsTop -
#west?
Returns
trueif this enum value equalsWest