Class AnimationVariableSlotCallbackBool
java.lang.Object
zombie.core.skinnedmodel.advancedanimation.AnimationVariableSlot
zombie.core.skinnedmodel.advancedanimation.AnimationVariableSlotCallback<Boolean>
zombie.core.skinnedmodel.advancedanimation.AnimationVariableSlotCallbackBool
- All Implemented Interfaces:
IAnimationVariableSlot
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
Strong-typed utility type.static interface
-
Constructor Summary
ConstructorsConstructorDescriptionAnimationVariableSlotCallbackBool
(String key, boolean defaultVal, AnimationVariableSlotCallbackBool.CallbackGetStrongTyped callbackGet) AnimationVariableSlotCallbackBool
(String key, boolean defaultVal, AnimationVariableSlotCallbackBool.CallbackGetStrongTyped callbackGet, AnimationVariableSlotCallbackBool.CallbackSetStrongTyped callbackSet) AnimationVariableSlotCallbackBool
(String key, AnimationVariableSlotCallbackBool.CallbackGetStrongTyped callbackGet) AnimationVariableSlotCallbackBool
(String key, AnimationVariableSlotCallbackBool.CallbackGetStrongTyped callbackGet, AnimationVariableSlotCallbackBool.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
-
AnimationVariableSlotCallbackBool
public AnimationVariableSlotCallbackBool(String key, AnimationVariableSlotCallbackBool.CallbackGetStrongTyped callbackGet) -
AnimationVariableSlotCallbackBool
public AnimationVariableSlotCallbackBool(String key, AnimationVariableSlotCallbackBool.CallbackGetStrongTyped callbackGet, AnimationVariableSlotCallbackBool.CallbackSetStrongTyped callbackSet) -
AnimationVariableSlotCallbackBool
public AnimationVariableSlotCallbackBool(String key, boolean defaultVal, AnimationVariableSlotCallbackBool.CallbackGetStrongTyped callbackGet) -
AnimationVariableSlotCallbackBool
public AnimationVariableSlotCallbackBool(String key, boolean defaultVal, AnimationVariableSlotCallbackBool.CallbackGetStrongTyped callbackGet, AnimationVariableSlotCallbackBool.CallbackSetStrongTyped callbackSet)
-
-
Method Details
-
getDefaultValue
- Specified by:
getDefaultValue
in classAnimationVariableSlotCallback<Boolean>
-
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
-