Class ClientGardenRaidInfo
java.lang.Object
nokunami.floral_warfare.client.events.ClientGardenRaidInfo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloatfloatgetTime()floatfloatfloatfloatfloatgetWave()floatstatic ClientGardenRaidInforeadBuffer(net.minecraft.network.FriendlyByteBuf buf) setBeaconHealth(float health) setTime(int i) setTimerPercent(float time) setTotalTime(int i) setTotalWaves(int i) setTotalZombies(int i) setWave(int i) setZombies(int i) static voidtoBytes(net.minecraft.network.FriendlyByteBuf buf, ClientGardenRaidInfo info)
-
Constructor Details
-
ClientGardenRaidInfo
public ClientGardenRaidInfo()
-
-
Method Details
-
getBeaconHealth
public float getBeaconHealth() -
setBeaconHealth
-
getTimerPercent
public float getTimerPercent() -
setTimerPercent
-
getTime
public float getTime() -
setTime
-
getTotalTime
public float getTotalTime() -
setTotalTime
-
getWave
public float getWave() -
setWave
-
getTotalWaves
public float getTotalWaves() -
setTotalWaves
-
getZombies
public float getZombies() -
setZombies
-
getTotalZombies
public float getTotalZombies() -
setTotalZombies
-
readBuffer
-
toBytes
-