Class EnderCrystalMock

All Implemented Interfaces:
MessageTarget, 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>, CommandSender, EnderCrystal, Entity, Metadatable, Nameable, Permissible, ServerOperator, PersistentDataHolder

public class EnderCrystalMock extends EntityMock implements EnderCrystal
Mock implementation of a EnderCrystal.
See Also:
  • Constructor Details

    • EnderCrystalMock

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