Uses of Class
com.cryptomorin.xseries.NMSExtras.Animation
-
Packages that use NMSExtras.Animation Package Description com.cryptomorin.xseries -
-
Uses of NMSExtras.Animation in com.cryptomorin.xseries
Methods in com.cryptomorin.xseries that return NMSExtras.Animation Modifier and Type Method Description static NMSExtras.AnimationNMSExtras.Animation. valueOf(String name)Returns the enum constant of this type with the specified name.static NMSExtras.Animation[]NMSExtras.Animation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.cryptomorin.xseries with parameters of type NMSExtras.Animation Modifier and Type Method Description static voidNMSExtras. animation(Collection<? extends org.bukkit.entity.Player> players, org.bukkit.entity.LivingEntity entity, NMSExtras.Animation animation)
-