Class IllusionerMock

All Implemented Interfaces:
MessageTarget, MockRangedEntity<IllusionerMock>, RangedEntity, 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, Illager, Illusioner, LivingEntity, Mob, Monster, Raider, Spellcaster, Lootable, Metadatable, Nameable, Permissible, ServerOperator, PersistentDataHolder, ProjectileSource

public class IllusionerMock extends SpellcasterMock implements Illusioner, MockRangedEntity<IllusionerMock>
Mock implementation of a Illusioner.
See Also:
  • Constructor Details

    • IllusionerMock

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