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 interfaceAnimationVariableSlotCallbackFloat.CallbackGetStrongTypedstatic interfaceAnimationVariableSlotCallbackFloat.CallbackSetStrongTypedNested 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 booleancanConvertFrom(java.lang.String string)java.lang.FloatgetDefaultValue()AnimationVariableTypegetType()booleangetValueBool()floatgetValueFloat()java.lang.StringgetValueString()voidsetValue(boolean boolean1)voidsetValue(float float1)voidsetValue(java.lang.String string)Methods inherited from class zombie.core.skinnedmodel.advancedanimation.AnimationVariableSlotCallback
clear, getValue, isReadOnly, trySetValueMethods inherited from class zombie.core.skinnedmodel.advancedanimation.AnimationVariableSlot
getKeyMethods 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:
getDefaultValuein 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)
-