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 key, boolean value) IsoGameCharacter.setVariable(String key, float value) IsoGameCharacter.setVariable(String key, String value) IsoGameCharacter.setVariable(AnimationVariableHandle handle, boolean value) <EnumType extends Enum<EnumType>>
IAnimationVariableSlotIsoGameCharacter.setVariableEnum(String in_key, EnumType in_val) 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 IAnimationVariableSlot -
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 arg0, IAnimationVariableSlotDescriptor arg1) AnimationVariableReference.getVariable(IAnimationVariableSource in_varSource) 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 key) default IAnimationVariableSlotIAnimationVariableSourceContainer.getVariable(AnimationVariableHandle handle) AnimationVariableSource.setVariable(String key, boolean value) AnimationVariableSource.setVariable(String key, float value) AnimationVariableSource.setVariable(String key, String value) AnimationVariableSource.setVariable(AnimationVariableHandle handle, boolean value) IAnimationVariableMap.setVariable(String arg0, boolean arg1) IAnimationVariableMap.setVariable(String arg0, float arg1) IAnimationVariableMap.setVariable(String arg0, String arg1) IAnimationVariableMap.setVariable(AnimationVariableHandle arg0, boolean arg1) <EnumType extends Enum<EnumType>>
IAnimationVariableSlotAnimationVariableSource.setVariableEnum(String in_key, EnumType in_val) <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 maxTwistVar) 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 entry)