Class SalmonMock

All Implemented Interfaces:
MessageTarget, Bucketable, Frictional, SchoolableFish, 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, Salmon, WaterMob, Lootable, Metadatable, Nameable, Permissible, ServerOperator, PersistentDataHolder, ProjectileSource

public class SalmonMock extends SchoolableFishMock implements Salmon
Mock implementation of a Salmon.
See Also:
  • Constructor Details

    • SalmonMock

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