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.world.entity.LivingEntity provider)
  • Method Details

    • readData

      public void readData(net.minecraft.world.level.storage.ValueInput readView)
      Specified by:
      readData in interface org.ladysnake.cca.api.v3.component.Component
    • writeData

      public void writeData(net.minecraft.world.level.storage.ValueOutput writeView)
      Specified by:
      writeData in interface org.ladysnake.cca.api.v3.component.Component
    • serverTick

      public void serverTick()
      Specified by:
      serverTick in interface org.ladysnake.cca.api.v3.component.tick.ServerTickingComponent