Uses of Enum Class
zombie.core.physics.RagdollBodyPart
Packages that use RagdollBodyPart
-
Uses of RagdollBodyPart in zombie.core.physics
Subclasses with type arguments of type RagdollBodyPart in zombie.core.physicsFields in zombie.core.physics declared as RagdollBodyPartMethods in zombie.core.physics that return RagdollBodyPartModifier and TypeMethodDescriptionstatic RagdollBodyPartRagdollBodyPart.getRandomPart()static RagdollBodyPartReturns the enum constant of this class with the specified name.static RagdollBodyPart[]RagdollBodyPart.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in zombie.core.physics with parameters of type RagdollBodyPartModifier and TypeMethodDescriptionfloatRagdollSettingsManager.getChanceSetting(RagdollBodyPart bodyPart) booleanRagdollSettingsManager.getEnabledSetting(RagdollBodyPart bodyPart) floatRagdollSettingsManager.getImpulseSetting(RagdollBodyPart bodyPart) floatRagdollSettingsManager.getUpImpulseSetting(RagdollBodyPart bodyPart) -
Uses of RagdollBodyPart in zombie.scripting.objects
Methods in zombie.scripting.objects with parameters of type RagdollBodyPartModifier and TypeMethodDescriptionstatic floatPhysicsHitReactionScript.getImpulse(RagdollBodyPart bodyPart, String physicsObject) static floatPhysicsHitReactionScript.getImpulse(RagdollBodyPart bodyPart, AmmoType ammoType) static floatPhysicsHitReactionScript.getUpwardImpulse(RagdollBodyPart bodyPart, String physicsObject) static floatPhysicsHitReactionScript.getUpwardImpulse(RagdollBodyPart bodyPart, AmmoType ammoType)