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