public class HeatBehaviourFurnace extends HeatBehaviour
| Constructor and Description |
|---|
HeatBehaviourFurnace() |
| Modifier and Type | Method and Description |
|---|---|
net.minecraft.util.ResourceLocation |
getId()
Unique id for this behaviour, also used in NBT saving.
|
boolean |
isApplicable()
Return true when this heat behaviour is applicable for this coordinate.
|
void |
tick()
Called every tick to update this behaviour.
|
deserializeNBT, equals, getBlockState, getCachedTileEntity, getDirection, getHeatExchanger, getPos, getWorld, hashCode, initialize, serializeNBTpublic net.minecraft.util.ResourceLocation getId()
HeatBehaviourgetId in class HeatBehaviourpublic boolean isApplicable()
HeatBehaviourisApplicable in class HeatBehaviourpublic void tick()
HeatBehaviourtick in class HeatBehaviour