Uses of Interface
org.bukkit.entity.Witch
Packages that use Witch
-
Uses of Witch in com.destroystokyo.paper.event.entity
Methods in com.destroystokyo.paper.event.entity that return WitchModifier and TypeMethodDescriptionWitchConsumePotionEvent.getEntity()
WitchReadyPotionEvent.getEntity()
WitchThrowPotionEvent.getEntity()
Methods in com.destroystokyo.paper.event.entity with parameters of type WitchModifier and TypeMethodDescriptionFires thee event, returning the desired potion, or air of cancelledConstructors in com.destroystokyo.paper.event.entity with parameters of type WitchModifierConstructorDescriptionWitchConsumePotionEvent(@NotNull Witch witch, @Nullable ItemStack potion)
WitchReadyPotionEvent(@NotNull Witch witch, @Nullable ItemStack potion)
WitchThrowPotionEvent(@NotNull Witch witch, @NotNull LivingEntity target, @Nullable ItemStack potion)