Class BaseTemperatureRegulator
java.lang.Object
com.lightning.northstar.block.tech.temperature_regulator.BaseTemperatureRegulator
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final MutableAABBprotected booleanprotected final ProgressiveBlockSealerprotected booleanprotected intprotected intprotected intprotected float -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
bounds
-
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)
-