Uses of Interface
zombie.core.skinnedmodel.advancedanimation.IAnimationVariableSlot
Packages that use IAnimationVariableSlot
Package
Description
-
Uses of IAnimationVariableSlot in zombie.characters
Methods in zombie.characters that return IAnimationVariableSlotModifier and TypeMethodDescriptionIsoGameCharacter.getVariable(AnimationVariableHandle handle) Description copied from interface: IAnimationVariableSourceIsoGameCharacter.setVariable(String string, boolean boolean0) IsoGameCharacter.setVariable(String string, float float0) IsoGameCharacter.setVariable(String string0, String string1) IsoGameCharacter.setVariable(AnimationVariableHandle animationVariableHandle, boolean boolean0) <EnumType extends Enum<EnumType>>
IAnimationVariableSlotIsoGameCharacter.setVariableEnum(String string, EnumType _enum) Methods in zombie.characters that return types with arguments of type IAnimationVariableSlotModifier and TypeMethodDescriptionIsoGameCharacter.getGameVariables()Description copied from interface: IAnimationVariableSourceMethods in zombie.characters with parameters of type IAnimationVariableSlotModifier and TypeMethodDescriptionvoidIsoGameCharacter.setVariable(IAnimationVariableSlot var) Description copied from interface: IAnimationVariableMap -
Uses of IAnimationVariableSlot in zombie.characters.action
Methods in zombie.characters.action that return IAnimationVariableSlotModifier and TypeMethodDescriptionActionContext.getVariable(AnimationVariableHandle animationVariableHandle) -
Uses of IAnimationVariableSlot in zombie.core.skinnedmodel.advancedanimation
Classes in zombie.core.skinnedmodel.advancedanimation that implement IAnimationVariableSlotModifier and TypeClassDescriptionclassAbstractAnimationVariableSlotEnum<EnumType extends Enum<EnumType>>classfinal classclassAnimationVariableSlotCallback<VariableType>final classclassAnimationVariableSlotCallbackEnum<EnumType extends Enum<EnumType>>final classfinal classfinal classclassAnimationVariableSlotEnum<EnumType extends Enum<EnumType>>final classfinal classMethods in zombie.core.skinnedmodel.advancedanimation that return IAnimationVariableSlotModifier and TypeMethodDescriptionAnimationVariableSource.AnimationVariableSlotGenerator.Create(String var1, IAnimationVariableSlotDescriptor var2) AnimationVariableReference.getVariable(IAnimationVariableSource arg0) AnimationVariableSource.getVariable(AnimationVariableHandle handle) Returns the specified variable slot.default IAnimationVariableSlotIAnimationVariableSource.getVariable(String key) Returns the specified variable slot.IAnimationVariableSource.getVariable(AnimationVariableHandle handle) Returns the specified variable slot.default IAnimationVariableSlotIAnimationVariableSourceContainer.getVariable(String arg0) default IAnimationVariableSlotIAnimationVariableSourceContainer.getVariable(AnimationVariableHandle arg0) AnimationVariableSource.setVariable(String string, boolean boolean0) AnimationVariableSource.setVariable(String string, float float0) AnimationVariableSource.setVariable(String string0, String string1) AnimationVariableSource.setVariable(AnimationVariableHandle animationVariableHandle, boolean boolean0) IAnimationVariableMap.setVariable(String var1, boolean var2) IAnimationVariableMap.setVariable(String var1, float var2) IAnimationVariableMap.setVariable(String var1, String var2) IAnimationVariableMap.setVariable(AnimationVariableHandle var1, boolean var2) <EnumType extends Enum<EnumType>>
IAnimationVariableSlotAnimationVariableSource.setVariableEnum(String string, EnumType _enum) <EnumType extends Enum<EnumType>>
IAnimationVariableSlotIAnimationVariableMap.setVariableEnum(String var1, EnumType var2) Methods in zombie.core.skinnedmodel.advancedanimation that return types with arguments of type IAnimationVariableSlotModifier and TypeMethodDescriptionAnimationVariableSource.getGameVariables()Returns all Game variables.IAnimationVariableSource.getGameVariables()Returns all Game variables.default Iterable<IAnimationVariableSlot> IAnimationVariableSourceContainer.getGameVariables()Methods in zombie.core.skinnedmodel.advancedanimation with parameters of type IAnimationVariableSlotModifier and TypeMethodDescriptionfloatAnimLayer.getMaximumTwist(IAnimationVariableSlot iAnimationVariableSlot) voidAnimationVariableSource.setVariable(IAnimationVariableSlot var) Description copied from interface: IAnimationVariableMapvoidIAnimationVariableMap.setVariable(IAnimationVariableSlot slot) Set the specified animation variable slot. -
Uses of IAnimationVariableSlot in zombie.core.skinnedmodel.animation.debug
Methods in zombie.core.skinnedmodel.animation.debug with parameters of type IAnimationVariableSlotModifier and TypeMethodDescriptionvoidAnimationVariableRecordingFrame.logVariable(IAnimationVariableSlot iAnimationVariableSlot)