Uses of Interface
org.bukkit.entity.Witch
-
Uses of Witch in com.destroystokyo.paper.event.entity
Modifier and TypeMethodDescriptionWitchConsumePotionEvent.getEntity()
WitchReadyPotionEvent.getEntity()
WitchThrowPotionEvent.getEntity()
ModifierConstructorDescriptionWitchConsumePotionEvent
(Witch witch, @Nullable ItemStack potion) WitchReadyPotionEvent
(Witch witch, @Nullable ItemStack potion) WitchThrowPotionEvent
(Witch witch, LivingEntity target, @Nullable ItemStack potion)