Class AnimationVariableSlotCallbackInt
java.lang.Object
zombie.core.skinnedmodel.advancedanimation.AnimationVariableSlot
zombie.core.skinnedmodel.advancedanimation.AnimationVariableSlotCallback<Integer>
zombie.core.skinnedmodel.advancedanimation.AnimationVariableSlotCallbackInt
- All Implemented Interfaces:
IAnimationVariableSlot
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
static interface
-
Constructor Summary
ConstructorsConstructorDescriptionAnimationVariableSlotCallbackInt
(String string, int int0, AnimationVariableSlotCallbackInt.CallbackGetStrongTyped callbackGetStrongTyped, AnimationVariableSlotCallbackInt.CallbackSetStrongTyped callbackSetStrongTyped, IAnimationVariableSlotDescriptor iAnimationVariableSlotDescriptor) AnimationVariableSlotCallbackInt
(String string, int int0, AnimationVariableSlotCallbackInt.CallbackGetStrongTyped callbackGetStrongTyped, IAnimationVariableSlotDescriptor iAnimationVariableSlotDescriptor) AnimationVariableSlotCallbackInt
(String string, AnimationVariableSlotCallbackInt.CallbackGetStrongTyped callbackGetStrongTyped, AnimationVariableSlotCallbackInt.CallbackSetStrongTyped callbackSetStrongTyped, IAnimationVariableSlotDescriptor iAnimationVariableSlotDescriptor) AnimationVariableSlotCallbackInt
(String string, AnimationVariableSlotCallbackInt.CallbackGetStrongTyped callbackGetStrongTyped, IAnimationVariableSlotDescriptor iAnimationVariableSlotDescriptor) -
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
getDescription, getKey
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface zombie.core.skinnedmodel.advancedanimation.IAnimationVariableSlot
getEnumValue, getHandle, setEnumValue, setReadOnly
-
Constructor Details
-
AnimationVariableSlotCallbackInt
public AnimationVariableSlotCallbackInt(String string, AnimationVariableSlotCallbackInt.CallbackGetStrongTyped callbackGetStrongTyped, IAnimationVariableSlotDescriptor iAnimationVariableSlotDescriptor) -
AnimationVariableSlotCallbackInt
public AnimationVariableSlotCallbackInt(String string, AnimationVariableSlotCallbackInt.CallbackGetStrongTyped callbackGetStrongTyped, AnimationVariableSlotCallbackInt.CallbackSetStrongTyped callbackSetStrongTyped, IAnimationVariableSlotDescriptor iAnimationVariableSlotDescriptor) -
AnimationVariableSlotCallbackInt
public AnimationVariableSlotCallbackInt(String string, int int0, AnimationVariableSlotCallbackInt.CallbackGetStrongTyped callbackGetStrongTyped, IAnimationVariableSlotDescriptor iAnimationVariableSlotDescriptor) -
AnimationVariableSlotCallbackInt
public AnimationVariableSlotCallbackInt(String string, int int0, AnimationVariableSlotCallbackInt.CallbackGetStrongTyped callbackGetStrongTyped, AnimationVariableSlotCallbackInt.CallbackSetStrongTyped callbackSetStrongTyped, IAnimationVariableSlotDescriptor iAnimationVariableSlotDescriptor)
-
-
Method Details
-
getDefaultValue
- Specified by:
getDefaultValue
in classAnimationVariableSlotCallback<Integer>
-
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
-