JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
io.github.opencubicchunks.cubicchunks.api.util
Interface XYZAddressable
All Known Subinterfaces:
ICube
,
ICubeWatcher
,
ICubicFeatureStart
public interface
XYZAddressable
Classes implementing this interface represent objects in a 3-dimensional cartesian coordinate system.
See Also:
XYZMap
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
int
getX
()
int
getY
()
int
getZ
()
Method Detail
getX
int getX()
getY
int getY()
getZ
int getZ()
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method