Uses of Interface
zombie.core.skinnedmodel.IGrappleable
Packages that use IGrappleable
Package
Description
-
Uses of IGrappleable in zombie.ai.states
Fields in zombie.ai.states with type parameters of type IGrappleableModifier and TypeFieldDescriptionstatic final State.Param<IGrappleable> PlayerDraggingCorpse.GRAPPLING_TARGETstatic final State.Param<IGrappleable> SwipeStatePlayer.GRAPPLING_TARGET -
Uses of IGrappleable in zombie.characters
Classes in zombie.characters that implement IGrappleableModifier and TypeClassDescriptionfinal classclassclassfinal classclassfinal classfinal classMethods in zombie.characters that return IGrappleable -
Uses of IGrappleable in zombie.characters.animals
Classes in zombie.characters.animals that implement IGrappleable -
Uses of IGrappleable in zombie.core.skinnedmodel
Subinterfaces of IGrappleable in zombie.core.skinnedmodelClasses in zombie.core.skinnedmodel that implement IGrappleableFields in zombie.core.skinnedmodel declared as IGrappleableMethods in zombie.core.skinnedmodel that return IGrappleableModifier and TypeMethodDescriptionBaseGrappleable.getGrappledBy()IGrappleable.getGrappledBy()default IGrappleableIGrappleableWrapper.getGrappledBy()BaseGrappleable.getGrapplingTarget()IGrappleable.getGrapplingTarget()default IGrappleableIGrappleableWrapper.getGrapplingTarget()BaseGrappleable.getParentGrappleable()IGrappleableWrapper.getWrappedGrappleable()Methods in zombie.core.skinnedmodel with parameters of type IGrappleableModifier and TypeMethodDescriptionvoidBaseGrappleable.AcceptGrapple(IGrappleable grappleAcceptor, String grappleType) voidIGrappleable.AcceptGrapple(IGrappleable arg0, String arg1) default voidIGrappleableWrapper.AcceptGrapple(IGrappleable grappleAcceptor, String grappleType) static IAnimatableIGrappleable.getAnimatable(IGrappleable grappleable) voidBaseGrappleable.Grappled(IGrappleable grappler, HandWeapon weapon, float grappleEffectiveness, String grappleType) voidIGrappleable.Grappled(IGrappleable arg0, HandWeapon arg1, float arg2, String arg3) default voidIGrappleableWrapper.Grappled(IGrappleable grappler, HandWeapon weapon, float grappleEffectiveness, String grappleType) voidBaseGrappleable.GrapplerLetGo(IGrappleable grappler, String grappleResult) voidIGrappleable.GrapplerLetGo(IGrappleable arg0, String arg1) default voidIGrappleableWrapper.GrapplerLetGo(IGrappleable grappler, String grappleResult) booleanBaseGrappleable.isBeingGrappledBy(IGrappleable grappledBy) booleanIGrappleable.isBeingGrappledBy(IGrappleable arg0) default booleanIGrappleableWrapper.isBeingGrappledBy(IGrappleable grappledBy) booleanBaseGrappleable.isGrapplingTarget(IGrappleable grapplingTarget) booleanIGrappleable.isGrapplingTarget(IGrappleable arg0) default booleanIGrappleableWrapper.isGrapplingTarget(IGrappleable grapplingTarget) static voidBaseGrappleable.RegisterGrappleVariables(IAnimationVariableCallbackMap variableMap, IGrappleable grappleable) voidBaseGrappleable.RejectGrapple(IGrappleable grappleRejector) voidIGrappleable.RejectGrapple(IGrappleable arg0) default voidIGrappleableWrapper.RejectGrapple(IGrappleable grappleRejector) -
Uses of IGrappleable in zombie.core.skinnedmodel.advancedanimation
Methods in zombie.core.skinnedmodel.advancedanimation that return IGrappleableMethods in zombie.core.skinnedmodel.advancedanimation with parameters of type IGrappleable -
Uses of IGrappleable in zombie.iso
Classes in zombie.iso that implement IGrappleable -
Uses of IGrappleable in zombie.iso.objects
Classes in zombie.iso.objects that implement IGrappleableMethods in zombie.iso.objects that return IGrappleableMethods in zombie.iso.objects with parameters of type IGrappleableModifier and TypeMethodDescriptionvoidIsoDeadBody.Grappled(IGrappleable grappler, HandWeapon weapon, float grappleEffectiveness, String grappleType) -
Uses of IGrappleable in zombie.randomizedWorld.randomizedBuilding
Classes in zombie.randomizedWorld.randomizedBuilding that implement IGrappleable