Class AnimationVariableSlotCallbackFloat
java.lang.Object
zombie.core.skinnedmodel.advancedanimation.AnimationVariableSlot
zombie.core.skinnedmodel.advancedanimation.AnimationVariableSlotCallback
zombie.core.skinnedmodel.advancedanimation.AnimationVariableSlotCallbackFloat
- All Implemented Interfaces:
IAnimationVariableSlot
public final class AnimationVariableSlotCallbackFloat extends AnimationVariableSlotCallback
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
AnimationVariableSlotCallbackFloat.CallbackGetStrongTyped
static interface
AnimationVariableSlotCallbackFloat.CallbackSetStrongTyped
Nested classes/interfaces inherited from class zombie.core.skinnedmodel.advancedanimation.AnimationVariableSlotCallback
AnimationVariableSlotCallback.CallbackGet, AnimationVariableSlotCallback.CallbackSet
-
Constructor Summary
Constructors Constructor Description AnimationVariableSlotCallbackFloat(java.lang.String string, float float1, AnimationVariableSlotCallbackFloat.CallbackGetStrongTyped callbackGetStrongTyped)
AnimationVariableSlotCallbackFloat(java.lang.String string, float float1, AnimationVariableSlotCallbackFloat.CallbackGetStrongTyped callbackGetStrongTyped, AnimationVariableSlotCallbackFloat.CallbackSetStrongTyped callbackSetStrongTyped)
AnimationVariableSlotCallbackFloat(java.lang.String string, AnimationVariableSlotCallbackFloat.CallbackGetStrongTyped callbackGetStrongTyped)
AnimationVariableSlotCallbackFloat(java.lang.String string, AnimationVariableSlotCallbackFloat.CallbackGetStrongTyped callbackGetStrongTyped, AnimationVariableSlotCallbackFloat.CallbackSetStrongTyped callbackSetStrongTyped)
-
Method Summary
Modifier and Type Method Description boolean
canConvertFrom(java.lang.String string)
java.lang.Float
getDefaultValue()
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.AnimationVariableSlotCallback
clear, getValue, isReadOnly, trySetValue
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
-
Constructor Details
-
AnimationVariableSlotCallbackFloat
public AnimationVariableSlotCallbackFloat(java.lang.String string, AnimationVariableSlotCallbackFloat.CallbackGetStrongTyped callbackGetStrongTyped) -
AnimationVariableSlotCallbackFloat
public AnimationVariableSlotCallbackFloat(java.lang.String string, AnimationVariableSlotCallbackFloat.CallbackGetStrongTyped callbackGetStrongTyped, AnimationVariableSlotCallbackFloat.CallbackSetStrongTyped callbackSetStrongTyped) -
AnimationVariableSlotCallbackFloat
public AnimationVariableSlotCallbackFloat(java.lang.String string, float float1, AnimationVariableSlotCallbackFloat.CallbackGetStrongTyped callbackGetStrongTyped) -
AnimationVariableSlotCallbackFloat
public AnimationVariableSlotCallbackFloat(java.lang.String string, float float1, AnimationVariableSlotCallbackFloat.CallbackGetStrongTyped callbackGetStrongTyped, AnimationVariableSlotCallbackFloat.CallbackSetStrongTyped callbackSetStrongTyped)
-
-
Method Details
-
getDefaultValue
public java.lang.Float getDefaultValue()- Specified by:
getDefaultValue
in classAnimationVariableSlotCallback
-
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)
-