public final class IslandPos
extends Object
-
Constructor Summary
Constructors
-
Method Summary
boolean
fromTag(net.minecraft.nbt.CompoundTag tag)
net.minecraft.core.BlockPos
int
net.minecraft.nbt.CompoundTag
-
Constructor Details
-
IslandPos
public IslandPos(int x,
int z)
-
Method Details
-
getCenter
public net.minecraft.core.BlockPos getCenter()
-
fromTag
public static IslandPos fromTag(net.minecraft.nbt.CompoundTag tag)
-
toTag
public net.minecraft.nbt.CompoundTag toTag()
-
-