Class ClientGardenRaidInfo

java.lang.Object
nokunami.floral_warfare.client.events.ClientGardenRaidInfo

public class ClientGardenRaidInfo extends Object
  • Constructor Details

    • ClientGardenRaidInfo

      public ClientGardenRaidInfo()
  • Method Details

    • getBeaconHealth

      public float getBeaconHealth()
    • setBeaconHealth

      public ClientGardenRaidInfo setBeaconHealth(float health)
    • getTimerPercent

      public float getTimerPercent()
    • setTimerPercent

      public ClientGardenRaidInfo setTimerPercent(float time)
    • getTime

      public float getTime()
    • setTime

      public ClientGardenRaidInfo setTime(int i)
    • getTotalTime

      public float getTotalTime()
    • setTotalTime

      public ClientGardenRaidInfo setTotalTime(int i)
    • getWave

      public float getWave()
    • setWave

      public ClientGardenRaidInfo setWave(int i)
    • getTotalWaves

      public float getTotalWaves()
    • setTotalWaves

      public ClientGardenRaidInfo setTotalWaves(int i)
    • getZombies

      public float getZombies()
    • setZombies

      public ClientGardenRaidInfo setZombies(int i)
    • getTotalZombies

      public float getTotalZombies()
    • setTotalZombies

      public ClientGardenRaidInfo setTotalZombies(int i)
    • readBuffer

      public static ClientGardenRaidInfo readBuffer(net.minecraft.network.FriendlyByteBuf buf)
    • toBytes

      public static void toBytes(net.minecraft.network.FriendlyByteBuf buf, ClientGardenRaidInfo info)