public interface ISpatialStorageCell
Item| Modifier and Type | Method and Description |
|---|---|
TransitionResult |
doSpatialTransition(net.minecraft.item.ItemStack is,
net.minecraft.world.World w,
WorldCoord min,
WorldCoord max,
int playerId)
Perform a spatial swap with the contents of the cell, and the world.
|
int |
getMaxStoredDim(net.minecraft.item.ItemStack is) |
ISpatialDimension |
getSpatialDimension() |
int |
getStoredDimensionID(net.minecraft.item.ItemStack is)
get the currently stored Dimension id.
|
WorldCoord |
getStoredSize(net.minecraft.item.ItemStack is)
get the currently stored size.
|
boolean |
isSpatialStorage(net.minecraft.item.ItemStack is) |
boolean isSpatialStorage(net.minecraft.item.ItemStack is)
is - spatial storage cellint getMaxStoredDim(net.minecraft.item.ItemStack is)
is - spatial storage cellISpatialDimension getSpatialDimension()
is - spatial storage cellWorldCoord getStoredSize(net.minecraft.item.ItemStack is)
is - spatial storage cellint getStoredDimensionID(net.minecraft.item.ItemStack is)
is - spatial storage cellTransitionResult doSpatialTransition(net.minecraft.item.ItemStack is, net.minecraft.world.World w, WorldCoord min, WorldCoord max, int playerId)
is - spatial storage cellw - world of spatialmin - min coordmax - max coordplayerId - owner of current grid or -1