Class LargeFireballMock

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, LargeFireball, Projectile, SizedFireball, Metadatable, Nameable, Permissible, ServerOperator, PersistentDataHolder

public class LargeFireballMock extends SizedFireballMock implements LargeFireball
Mock implementation of a LargeFireball.
See Also:
  • Constructor Details

    • LargeFireballMock

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