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
(@NotNull Witch witch, @Nullable ItemStack potion) WitchReadyPotionEvent
(@NotNull Witch witch, @Nullable ItemStack potion) WitchThrowPotionEvent
(@NotNull Witch witch, @NotNull LivingEntity target, @Nullable ItemStack potion)