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
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic interface -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAnimationVariableSlotCallback(String string, AnimationVariableSlotCallback.CallbackGet callbackGet) protectedAnimationVariableSlotCallback(String string, AnimationVariableSlotCallback.CallbackGet callbackGet, AnimationVariableSlotCallback.CallbackSet callbackSet) -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()abstract ObjectgetValue()booleanbooleantrySetValue(Object object) Methods 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, waitMethods 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()
-