Class TemperatureEffectsComponent
java.lang.Object
com.github.thedeathlycow.thermoo.impl.component.TemperatureEffectsComponent
- All Implemented Interfaces:
org.ladysnake.cca.api.v3.component.Component,org.ladysnake.cca.api.v3.component.tick.ServerTickingComponent
public class TemperatureEffectsComponent
extends Object
implements org.ladysnake.cca.api.v3.component.Component, org.ladysnake.cca.api.v3.component.tick.ServerTickingComponent
-
Constructor Details
-
TemperatureEffectsComponent
public TemperatureEffectsComponent(net.minecraft.entity.LivingEntity provider)
-
-
Method Details
-
readData
public void readData(net.minecraft.storage.ReadView readView) - Specified by:
readDatain interfaceorg.ladysnake.cca.api.v3.component.Component
-
writeData
public void writeData(net.minecraft.storage.WriteView writeView) - Specified by:
writeDatain interfaceorg.ladysnake.cca.api.v3.component.Component
-
serverTick
public void serverTick()- Specified by:
serverTickin interfaceorg.ladysnake.cca.api.v3.component.tick.ServerTickingComponent
-