Class FireballMock

All Implemented Interfaces:
MessageTarget, 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, Entity, Explosive, Fireball, Projectile, Metadatable, Nameable, Permissible, ServerOperator, PersistentDataHolder
Direct Known Subclasses:
DragonFireballMock, SizedFireballMock, WitherSkullMock

public class FireballMock extends ProjectileMock implements Fireball
Mock implementation of a Fireball.
See Also:
  • Constructor Details

    • FireballMock

      public FireballMock(@NotNull @NotNull ServerMock server, @NotNull @NotNull UUID uuid)
      Constructs a new FireballMock 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