Class AnimationVariableSlotString
java.lang.Object
zombie.core.skinnedmodel.advancedanimation.AnimationVariableSlot
zombie.core.skinnedmodel.advancedanimation.AnimationVariableSlotString
- All Implemented Interfaces:
IAnimationVariableSlot
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
canConvertFrom
(String val) Description copied from interface: IAnimationVariableSlotvoid
clear()
Clear this variable, its value is set to a null-value.getType()
Description copied from interface: IAnimationVariableSlotboolean
Description copied from interface: IAnimationVariableSlotfloat
Description copied from interface: IAnimationVariableSlotDescription copied from interface: IAnimationVariableSlotboolean
Returns TRUE if this variable is not writable.boolean
setReadOnly
(boolean boolean0) void
setValue
(boolean val) Description copied from interface: IAnimationVariableSlotvoid
setValue
(float val) Description copied from interface: IAnimationVariableSlotvoid
Description copied from interface: IAnimationVariableSlotMethods inherited from class zombie.core.skinnedmodel.advancedanimation.AnimationVariableSlot
getKey
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface zombie.core.skinnedmodel.advancedanimation.IAnimationVariableSlot
getEnumValue, getHandle, setEnumValue
-
Constructor Details
-
AnimationVariableSlotString
-
-
Method Details
-
getValueString
Description copied from interface: IAnimationVariableSlot -
getValueFloat
public float getValueFloat()Description copied from interface: IAnimationVariableSlot -
getValueBool
public boolean getValueBool()Description copied from interface: IAnimationVariableSlot -
setValue
Description copied from interface: IAnimationVariableSlot -
setValue
public void setValue(float val) Description copied from interface: IAnimationVariableSlot -
setValue
public void setValue(boolean val) Description copied from interface: IAnimationVariableSlot -
getType
Description copied from interface: IAnimationVariableSlot -
canConvertFrom
Description copied from interface: IAnimationVariableSlot -
clear
public void clear()Clear this variable, its value is set to a null-value. Blank for Strings, 0 for Floats, False for Booleans, etc. -
isReadOnly
public boolean isReadOnly()Description copied from interface:IAnimationVariableSlot
Returns TRUE if this variable is not writable. Typically, the value of this variable is specified by an outside condition, such as whether the character is currently falling, etc. -
setReadOnly
public boolean setReadOnly(boolean boolean0)
-