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()
Constructors in com.destroystokyo.paper.event.entity with parameters of type WitchModifierConstructorDescriptionWitchConsumePotionEvent
(Witch witch, @Nullable ItemStack potion) WitchReadyPotionEvent
(Witch witch, @Nullable ItemStack potion) WitchThrowPotionEvent
(Witch witch, LivingEntity target, @Nullable ItemStack potion)