Package zombie.network
Class BodyDamageSync
java.lang.Object
zombie.network.BodyDamageSync
public class BodyDamageSync
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BodyDamageSync.Updater
-
Field Summary
-
Constructor Summary
Constructors Constructor Description BodyDamageSync()
-
Method Summary
Modifier and Type Method Description void
clientPacket(java.nio.ByteBuffer byteBuffer)
void
serverPacket(java.nio.ByteBuffer byteBuffer)
void
startReceivingUpdates(int int1)
void
startSendingUpdates(int int1, int int2)
void
stopReceivingUpdates(int int1)
void
stopSendingUpdates(int int1, int int2)
void
update()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
BD_Health
public static final byte BD_Health- See Also:
- Constant Field Values
-
BD_bandaged
public static final byte BD_bandaged- See Also:
- Constant Field Values
-
BD_bitten
public static final byte BD_bitten- See Also:
- Constant Field Values
-
BD_bleeding
public static final byte BD_bleeding- See Also:
- Constant Field Values
-
BD_IsBleedingStemmed
public static final byte BD_IsBleedingStemmed- See Also:
- Constant Field Values
-
BD_IsCortorised
public static final byte BD_IsCortorised- See Also:
- Constant Field Values
-
BD_scratched
public static final byte BD_scratched- See Also:
- Constant Field Values
-
BD_stitched
public static final byte BD_stitched- See Also:
- Constant Field Values
-
BD_deepWounded
public static final byte BD_deepWounded- See Also:
- Constant Field Values
-
BD_IsInfected
public static final byte BD_IsInfected- See Also:
- Constant Field Values
-
BD_IsFakeInfected
public static final byte BD_IsFakeInfected- See Also:
- Constant Field Values
-
BD_bandageLife
public static final byte BD_bandageLife- See Also:
- Constant Field Values
-
BD_scratchTime
public static final byte BD_scratchTime- See Also:
- Constant Field Values
-
BD_biteTime
public static final byte BD_biteTime- See Also:
- Constant Field Values
-
BD_alcoholicBandage
public static final byte BD_alcoholicBandage- See Also:
- Constant Field Values
-
BD_woundInfectionLevel
public static final byte BD_woundInfectionLevel- See Also:
- Constant Field Values
-
BD_infectedWound
public static final byte BD_infectedWound- See Also:
- Constant Field Values
-
BD_bleedingTime
public static final byte BD_bleedingTime- See Also:
- Constant Field Values
-
BD_deepWoundTime
public static final byte BD_deepWoundTime- See Also:
- Constant Field Values
-
BD_haveGlass
public static final byte BD_haveGlass- See Also:
- Constant Field Values
-
BD_stitchTime
public static final byte BD_stitchTime- See Also:
- Constant Field Values
-
BD_alcoholLevel
public static final byte BD_alcoholLevel- See Also:
- Constant Field Values
-
BD_additionalPain
public static final byte BD_additionalPain- See Also:
- Constant Field Values
-
BD_bandageType
public static final byte BD_bandageType- See Also:
- Constant Field Values
-
BD_getBandageXp
public static final byte BD_getBandageXp- See Also:
- Constant Field Values
-
BD_getStitchXp
public static final byte BD_getStitchXp- See Also:
- Constant Field Values
-
BD_getSplintXp
public static final byte BD_getSplintXp- See Also:
- Constant Field Values
-
BD_fractureTime
public static final byte BD_fractureTime- See Also:
- Constant Field Values
-
BD_splint
public static final byte BD_splint- See Also:
- Constant Field Values
-
BD_splintFactor
public static final byte BD_splintFactor- See Also:
- Constant Field Values
-
BD_haveBullet
public static final byte BD_haveBullet- See Also:
- Constant Field Values
-
BD_burnTime
public static final byte BD_burnTime- See Also:
- Constant Field Values
-
BD_needBurnWash
public static final byte BD_needBurnWash- See Also:
- Constant Field Values
-
BD_lastTimeBurnWash
public static final byte BD_lastTimeBurnWash- See Also:
- Constant Field Values
-
BD_splintItem
public static final byte BD_splintItem- See Also:
- Constant Field Values
-
BD_plantainFactor
public static final byte BD_plantainFactor- See Also:
- Constant Field Values
-
BD_comfreyFactor
public static final byte BD_comfreyFactor- See Also:
- Constant Field Values
-
BD_garlicFactor
public static final byte BD_garlicFactor- See Also:
- Constant Field Values
-
BD_BodyDamage
public static final byte BD_BodyDamage- See Also:
- Constant Field Values
-
instance
-
-
Constructor Details
-
BodyDamageSync
public BodyDamageSync()
-
-
Method Details
-
startSendingUpdates
public void startSendingUpdates(int int1, int int2) -
stopSendingUpdates
public void stopSendingUpdates(int int1, int int2) -
startReceivingUpdates
public void startReceivingUpdates(int int1) -
stopReceivingUpdates
public void stopReceivingUpdates(int int1) -
update
public void update() -
serverPacket
public void serverPacket(java.nio.ByteBuffer byteBuffer) -
clientPacket
public void clientPacket(java.nio.ByteBuffer byteBuffer)
-