Uses of Class
zombie.characters.BodyDamage.BodyPart
Packages that use BodyPart
Package
Description
-
Uses of BodyPart in zombie
Modifier and TypeMethodDescriptionvoidCombatManager.applyDamage(BodyPart bodyPart, float float0) -
Uses of BodyPart in zombie.characters
Methods in zombie.characters with parameters of type BodyPartModifier and TypeMethodDescriptionstatic floatFallingWhileInjured.getDamageMultiplier(BodyPart bodyPart) -
Uses of BodyPart in zombie.characters.BodyDamage
Fields in zombie.characters.BodyDamage with type parameters of type BodyPartMethods in zombie.characters.BodyDamage that return BodyPartModifier and TypeMethodDescriptionBodyDamage.getBodyPart(BodyPartType type) BodyDamage.setScratchedWindow()Methods in zombie.characters.BodyDamage that return types with arguments of type BodyPartMethods in zombie.characters.BodyDamage with parameters of type BodyPartModifier and TypeMethodDescriptionvoidBodyDamage.addStiffness(BodyPart bodyPart, float float0) voidvoidBodyPart.sync(BodyPart other, BodyDamageSync.Updater updater) Constructors in zombie.characters.BodyDamage with parameters of type BodyPartModifierConstructorDescriptionThermalNode(boolean boolean0, float float0, BodyPart bodyPartx, float float1) ThermalNode(float float0, BodyPart bodyPartx, float float1) ThermalNode(boolean boolean0, float float0, BodyPart bodyPartx, float float1) ThermalNode(float float0, BodyPart bodyPartx, float float1) -
Uses of BodyPart in zombie.Lua
Methods in zombie.Lua with parameters of type BodyPartModifier and TypeMethodDescriptionvoidLuaManager.GlobalObject.syncBodyPart(BodyPart bodyPart, long long0) -
Uses of BodyPart in zombie.network.fields
Methods in zombie.network.fields that return BodyPartMethods in zombie.network.fields with parameters of type BodyPart