Class AnimationVariableSlotCallbackString
java.lang.Object
zombie.core.skinnedmodel.advancedanimation.AnimationVariableSlot
zombie.core.skinnedmodel.advancedanimation.AnimationVariableSlotCallback<String>
zombie.core.skinnedmodel.advancedanimation.AnimationVariableSlotCallbackString
- All Implemented Interfaces:
IAnimationVariableSlot
public final class AnimationVariableSlotCallbackString
extends AnimationVariableSlotCallback<String>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
static interface
-
Constructor Summary
ConstructorsConstructorDescriptionAnimationVariableSlotCallbackString
(String key, String defaultVal, AnimationVariableSlotCallbackString.CallbackGetStrongTyped callbackGet) AnimationVariableSlotCallbackString
(String key, String defaultVal, AnimationVariableSlotCallbackString.CallbackGetStrongTyped callbackGet, AnimationVariableSlotCallbackString.CallbackSetStrongTyped callbackSet) AnimationVariableSlotCallbackString
(String key, AnimationVariableSlotCallbackString.CallbackGetStrongTyped callbackGet) AnimationVariableSlotCallbackString
(String key, AnimationVariableSlotCallbackString.CallbackGetStrongTyped callbackGet, AnimationVariableSlotCallbackString.CallbackSetStrongTyped callbackSet) -
Method Summary
Modifier and TypeMethodDescriptionboolean
canConvertFrom
(String val) Description copied from interface: IAnimationVariableSlotgetType()
Description copied from interface: IAnimationVariableSlotboolean
Description copied from interface: IAnimationVariableSlotfloat
Description copied from interface: IAnimationVariableSlotDescription copied from interface: IAnimationVariableSlotvoid
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.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
Methods inherited from interface zombie.core.skinnedmodel.advancedanimation.IAnimationVariableSlot
getEnumValue, getHandle, setEnumValue, setReadOnly
-
Constructor Details
-
AnimationVariableSlotCallbackString
public AnimationVariableSlotCallbackString(String key, AnimationVariableSlotCallbackString.CallbackGetStrongTyped callbackGet) -
AnimationVariableSlotCallbackString
public AnimationVariableSlotCallbackString(String key, AnimationVariableSlotCallbackString.CallbackGetStrongTyped callbackGet, AnimationVariableSlotCallbackString.CallbackSetStrongTyped callbackSet) -
AnimationVariableSlotCallbackString
public AnimationVariableSlotCallbackString(String key, String defaultVal, AnimationVariableSlotCallbackString.CallbackGetStrongTyped callbackGet) -
AnimationVariableSlotCallbackString
public AnimationVariableSlotCallbackString(String key, String defaultVal, AnimationVariableSlotCallbackString.CallbackGetStrongTyped callbackGet, AnimationVariableSlotCallbackString.CallbackSetStrongTyped callbackSet)
-
-
Method Details
-
getDefaultValue
- Specified by:
getDefaultValue
in classAnimationVariableSlotCallback<String>
-
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
-