java.lang.Object
com.ryandw11.structure.api.structaddon.StructureSign
com.ryandw11.structure.schematic.structuresigns.MythicMobSign

public class MythicMobSign extends StructureSign
The Mythic Mob Structure Sign.

This structure sign is registered in the StructureSignHandler constructor.

  • Constructor Details

    • MythicMobSign

      public MythicMobSign()
  • Method Details

    • onStructureSpawn

      public boolean onStructureSpawn(@NotNull @NotNull org.bukkit.Location location, @NotNull @NotNull Structure structure)
      Description copied from class: StructureSign
      The method that is called when a structure is spawned.

      This method should be implemented by your implementation. Use the get...Argument methods to grab the arguments on the signs.

      Specified by:
      onStructureSpawn in class StructureSign
      Parameters:
      location - The location of the sign.
      structure - The structure that was spawned.
      Returns:
      True if the sign should be removed, false if it should stay.