Class Placeholders

java.lang.Object
com.github.darksoulq.abyssallib.server.placeholder.Placeholders

public class Placeholders extends Object
  • Field Details

    • PLACEHOLDERS

      public static final DeferredRegistry<Placeholder<?>> PLACEHOLDERS
    • PLAYER_NAME

      public static final Placeholder<?> PLAYER_NAME
    • PLAYER_UUID

      public static final Placeholder<?> PLAYER_UUID
    • PLAYER_WORLD

      public static final Placeholder<?> PLAYER_WORLD
    • PLAYER_GAMEMODE

      public static final Placeholder<?> PLAYER_GAMEMODE
    • PLAYER_LOCALE

      public static final Placeholder<?> PLAYER_LOCALE
    • PLAYER_PING

      public static final Placeholder<?> PLAYER_PING
    • PLAYER_HEALTH

      public static final Placeholder<?> PLAYER_HEALTH
    • PLAYER_MAX_HEALTH

      public static final Placeholder<?> PLAYER_MAX_HEALTH
    • PLAYER_FOOD

      public static final Placeholder<?> PLAYER_FOOD
    • PLAYER_SATURATION

      public static final Placeholder<?> PLAYER_SATURATION
    • PLAYER_LEVEL

      public static final Placeholder<?> PLAYER_LEVEL
    • PLAYER_X

      public static final Placeholder<?> PLAYER_X
    • PLAYER_Y

      public static final Placeholder<?> PLAYER_Y
    • PLAYER_Z

      public static final Placeholder<?> PLAYER_Z
    • SERVER_TPS

      public static final Placeholder<?> SERVER_TPS
    • SERVER_ONLINE

      public static final Placeholder<?> SERVER_ONLINE
    • SERVER_MAX_PLAYERS

      public static final Placeholder<?> SERVER_MAX_PLAYERS
    • IS_SNEAKING

      public static final Placeholder<?> IS_SNEAKING
    • IS_SPRINTING

      public static final Placeholder<?> IS_SPRINTING
    • IS_FLYING

      public static final Placeholder<?> IS_FLYING
    • IS_OP

      public static final Placeholder<?> IS_OP
    • ATTRIBUTE

      public static final Placeholder<?> ATTRIBUTE
    • STATISTIC

      public static final Placeholder<?> STATISTIC
    • CUSTOM_ATTRIBUTE

      public static final Placeholder<?> CUSTOM_ATTRIBUTE
    • CUSTOM_STATISTIC

      public static final Placeholder<?> CUSTOM_STATISTIC
  • Constructor Details

    • Placeholders

      public Placeholders()