Class RavagerMock

All Implemented Interfaces:
MessageTarget, Frictional, Leashable, 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>, Attributable, CommandSender, Creature, Damageable, Enemy, Entity, LivingEntity, Mob, Monster, Raider, Ravager, Lootable, Metadatable, Nameable, Permissible, ServerOperator, PersistentDataHolder, ProjectileSource

public class RavagerMock extends RaiderMock implements Ravager
Mock implementation of a Ravager.
See Also:
  • Constructor Details

    • RavagerMock

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