Uses of Enum
com.cryptomorin.xseries.reflection.minecraft.NMSExtras.Animation
Packages that use NMSExtras.Animation
-
Uses of NMSExtras.Animation in com.cryptomorin.xseries.reflection.minecraft
Methods in com.cryptomorin.xseries.reflection.minecraft that return NMSExtras.AnimationModifier and TypeMethodDescriptionstatic NMSExtras.AnimationReturns 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.reflection.minecraft with parameters of type NMSExtras.AnimationModifier and TypeMethodDescriptionstatic voidNMSExtras.animation(Collection<? extends org.bukkit.entity.Player> players, org.bukkit.entity.LivingEntity entity, NMSExtras.Animation animation) For the trident riptide animation useNMSExtras.spinEntity(LivingEntity, boolean)instead.