Class TemperatureStatusSystemImpl
java.lang.Object
com.github.thedeathlycow.thermoo.impl.fabric.cca.TemperatureStatusSystemImpl
- All Implemented Interfaces:
org.ladysnake.cca.api.v3.component.tick.ServerTickingComponent, org.ladysnake.cca.api.v8.component.CardinalComponent
public class TemperatureStatusSystemImpl
extends Object
implements org.ladysnake.cca.api.v8.component.CardinalComponent, org.ladysnake.cca.api.v3.component.tick.ServerTickingComponent
-
Constructor Summary
ConstructorsConstructorDescriptionTemperatureStatusSystemImpl(net.minecraft.world.entity.LivingEntity provider) -
Method Summary
-
Constructor Details
-
TemperatureStatusSystemImpl
public TemperatureStatusSystemImpl(net.minecraft.world.entity.LivingEntity provider)
-
-
Method Details
-
serverTick
public void serverTick()- Specified by:
serverTickin interfaceorg.ladysnake.cca.api.v3.component.tick.ServerTickingComponent
-
readData
public void readData(net.minecraft.world.level.storage.ValueInput readView) - Specified by:
readDatain interfaceorg.ladysnake.cca.api.v8.component.CardinalComponent
-
writeData
public void writeData(net.minecraft.world.level.storage.ValueOutput writeView) - Specified by:
writeDatain interfaceorg.ladysnake.cca.api.v8.component.CardinalComponent
-