Class FishMock

All Implemented Interfaces:
MessageTarget, Bucketable, Frictional, 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, Entity, Fish, LivingEntity, Mob, WaterMob, Lootable, Metadatable, Nameable, Permissible, ServerOperator, PersistentDataHolder, ProjectileSource
Direct Known Subclasses:
PufferFishMock, SchoolableFishMock, TadpoleMock

public abstract class FishMock extends CreatureMock implements Fish
Mock implementation of a Fish.
See Also:
  • Constructor Details

    • FishMock

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