Class AnimationVariableSlotFloat
java.lang.Object
zombie.core.skinnedmodel.advancedanimation.AnimationVariableSlot
zombie.core.skinnedmodel.advancedanimation.AnimationVariableSlotFloat
- All Implemented Interfaces:
IAnimationVariableSlot
public final class AnimationVariableSlotFloat extends AnimationVariableSlot
-
Constructor Summary
Constructors Constructor Description AnimationVariableSlotFloat(java.lang.String string)
-
Method Summary
Modifier and Type Method Description boolean
canConvertFrom(java.lang.String string)
void
clear()
AnimationVariableType
getType()
boolean
getValueBool()
float
getValueFloat()
java.lang.String
getValueString()
void
setValue(boolean boolean1)
void
setValue(float float1)
void
setValue(java.lang.String string)
Methods 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
isReadOnly
-
Constructor Details
-
AnimationVariableSlotFloat
public AnimationVariableSlotFloat(java.lang.String string)
-
-
Method Details
-
getValueString
public java.lang.String getValueString() -
getValueFloat
public float getValueFloat() -
getValueBool
public boolean getValueBool() -
setValue
public void setValue(java.lang.String string) -
setValue
public void setValue(float float1) -
setValue
public void setValue(boolean boolean1) -
getType
-
canConvertFrom
public boolean canConvertFrom(java.lang.String string) -
clear
public void clear()
-