Class AnimationVariableSlotCallback
java.lang.Object
zombie.core.skinnedmodel.advancedanimation.AnimationVariableSlot
zombie.core.skinnedmodel.advancedanimation.AnimationVariableSlotCallback
- All Implemented Interfaces:
IAnimationVariableSlot
- Direct Known Subclasses:
AnimationVariableSlotCallbackBool
,AnimationVariableSlotCallbackFloat
,AnimationVariableSlotCallbackInt
,AnimationVariableSlotCallbackString
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
static interface
-
Constructor Summary
ModifierConstructorDescriptionprotected
AnimationVariableSlotCallback
(String string, AnimationVariableSlotCallback.CallbackGet callbackGet) protected
AnimationVariableSlotCallback
(String string, AnimationVariableSlotCallback.CallbackGet callbackGet, AnimationVariableSlotCallback.CallbackSet callbackSet) -
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
abstract Object
getValue()
boolean
boolean
trySetValue
(Object object) 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
canConvertFrom, getType, getValueBool, getValueFloat, getValueString, setValue, setValue, setValue
-
Constructor Details
-
AnimationVariableSlotCallback
protected AnimationVariableSlotCallback(String string, AnimationVariableSlotCallback.CallbackGet callbackGet) -
AnimationVariableSlotCallback
protected AnimationVariableSlotCallback(String string, AnimationVariableSlotCallback.CallbackGet callbackGet, AnimationVariableSlotCallback.CallbackSet callbackSet)
-
-
Method Details
-
getValue
-
getDefaultValue
-
trySetValue
-
isReadOnly
public boolean isReadOnly() -
clear
public void clear()
-