Interface IConnectionPair
public interface IConnectionPair
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontains(net.minecraft.core.BlockPos pos) booleannet.minecraft.core.BlockPos[]getType()voidreadFromNBT(net.minecraft.nbt.CompoundTag compound) voidwriteToNBT(net.minecraft.nbt.CompoundTag compound)
-
Method Details
-
writeToNBT
void writeToNBT(net.minecraft.nbt.CompoundTag compound) -
readFromNBT
void readFromNBT(net.minecraft.nbt.CompoundTag compound) -
getPositions
net.minecraft.core.BlockPos[] getPositions() -
doesSuppressRender
boolean doesSuppressRender() -
getType
LaserType getType() -
contains
boolean contains(net.minecraft.core.BlockPos pos)
-