Interface HeightAwareVolume
-
- All Known Subinterfaces:
Chunk<P>
,ClientWorld
,GenerationChunk
,GenerationRegion
,GenerationVolume
,GenerationVolume.Mutable
,Region<R>
,ServerWorld
,World<W,L>
,WorldChunk
,WorldLike<P>
public interface HeightAwareVolume
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description int
height(HeightType type, int x, int z)
default Vector3i
height(HeightType type, Vector3i position)
-
-
-
Method Detail
-
height
default Vector3i height(HeightType type, Vector3i position)
-
height
int height(HeightType type, int x, int z)
-
-