Package dev.ryanhcode.sable.companion
Interface SubLevelAccess
- All Known Subinterfaces:
ClientSubLevelAccess
public interface SubLevelAccess
Access to basic read-only sublevel info.
- Since:
- 1.0.0
-
Method Details
-
logicalPose
- Returns:
- The current pose of this sub-level
-
lastPose
- Returns:
- The pose of this sub-level from the previous tick
-
boundingBox
- Returns:
- The global bounding box of this sub-level
-
getUniqueId
The UUID of a sub-level is networked and consistent across saving/loading- Returns:
- The UUID of this sub-level
-
getName
- Returns:
- The display name of this sub-level, if present.
-