Class PlaceholderRegistry

java.lang.Object
studio.magemonkey.codex.legacy.placeholder.PlaceholderRegistry

public final class PlaceholderRegistry extends Object
  • Field Details

    • LOCATION

      public static final PlaceholderType<org.bukkit.Location> LOCATION
    • BLOCK

      public static final PlaceholderType<org.bukkit.block.Block> BLOCK
    • CHUNK

      public static final PlaceholderType<org.bukkit.Chunk> CHUNK
    • ENCHANTMENT

      public static final PlaceholderType<org.bukkit.enchantments.Enchantment> ENCHANTMENT
    • COMMAND

      public static final PlaceholderType<org.bukkit.command.Command> COMMAND
    • PLUGIN

      public static final PlaceholderType<org.bukkit.plugin.Plugin> PLUGIN
    • JAVA_PLUGIN

      public static final PlaceholderType<org.bukkit.plugin.java.JavaPlugin> JAVA_PLUGIN
    • ITEM

      public static final PlaceholderType<org.bukkit.inventory.ItemStack> ITEM
    • SENDER

      public static final PlaceholderType<org.bukkit.command.CommandSender> SENDER
    • ENTITY

      public static final PlaceholderType<org.bukkit.entity.Entity> ENTITY
    • LIVING_ENTITY

      public static final PlaceholderType<org.bukkit.entity.LivingEntity> LIVING_ENTITY
    • PLAYER

      public static final PlaceholderType<org.bukkit.entity.Player> PLAYER
    • WORLD

      public static final PlaceholderType<org.bukkit.World> WORLD
  • Method Details

    • load

      public static void load()