public interface IConnectionPair
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(net.minecraft.util.math.BlockPos pos) |
boolean |
doesSuppressRender() |
net.minecraft.util.math.BlockPos[] |
getPositions() |
LaserType |
getType() |
void |
readFromNBT(net.minecraft.nbt.NBTTagCompound compound) |
void |
setType(LaserType type)
Deprecated.
|
void |
writeToNBT(net.minecraft.nbt.NBTTagCompound compound) |
void writeToNBT(net.minecraft.nbt.NBTTagCompound compound)
void readFromNBT(net.minecraft.nbt.NBTTagCompound compound)
net.minecraft.util.math.BlockPos[] getPositions()
boolean doesSuppressRender()
LaserType getType()
boolean contains(net.minecraft.util.math.BlockPos pos)
@Deprecated void setType(LaserType type)