Class WindChargeMock

All Implemented Interfaces:
MessageTarget, PersistentDataViewHolder, net.kyori.adventure.audience.Audience, net.kyori.adventure.pointer.Pointered, net.kyori.adventure.sound.Sound.Emitter, net.kyori.adventure.text.event.HoverEventSource<net.kyori.adventure.text.event.HoverEvent.ShowEntity>, CommandSender, AbstractWindCharge, Entity, Explosive, Fireball, Projectile, WindCharge, Metadatable, Nameable, Permissible, ServerOperator, PersistentDataHolder

public class WindChargeMock extends AbstractWindChargeMock implements WindCharge
Mock implementation of a WindCharge.
See Also:
  • Constructor Details

    • WindChargeMock

      public WindChargeMock(@NotNull @NotNull ServerMock server, @NotNull @NotNull UUID uuid)
      Constructs a new WindChargeMock on the provided ServerMock with a specified UUID.
      Parameters:
      server - The server to create the entity on.
      uuid - The UUID of the entity.
  • Method Details