Class BaseTemperatureRegulator

java.lang.Object
com.lightning.northstar.block.tech.temperature_regulator.BaseTemperatureRegulator

@ParametersAreNonnullByDefault public class BaseTemperatureRegulator extends Object
  • Field Details

    • bounds

      protected final MutableAABB bounds
    • sealer

      protected final ProgressiveBlockSealer sealer
    • limit

      protected boolean limit
    • sizeX

      protected int sizeX
    • sizeY

      protected int sizeY
    • sizeZ

      protected int sizeZ
    • temperature

      protected float temperature
    • showLeak

      protected boolean showLeak
  • Constructor Details

    • BaseTemperatureRegulator

      public BaseTemperatureRegulator()
  • Method Details

    • setBounds

      public void setBounds(net.minecraft.core.Vec3i pos, boolean limit, int sizeX, int sizeY, int sizeZ)
    • write

      public void write(net.minecraft.nbt.CompoundTag compound)
    • read

      public void read(net.minecraft.nbt.CompoundTag compound, net.minecraft.core.BlockPos pos)