Interface IConnectionPair


public interface IConnectionPair
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    contains(net.minecraft.core.BlockPos pos)
     
    boolean
     
    net.minecraft.core.BlockPos[]
     
     
    void
    readFromNBT(net.minecraft.nbt.CompoundTag compound)
     
    void
    writeToNBT(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)