Class Core


  • public class Core
    extends java.lang.Object
    Since:
    CAC v. 0.9958
    Author:
    Clientastisch
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Core INSTANCE
      Sometimes it's necessary to be capable of getting the spigot reference.
      org.bukkit.plugin.java.JavaPlugin plugin
      The JavaPlugin instance which is necessary if you want to register something.
    • Constructor Summary

      Constructors 
      Constructor Description
      Core()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getReplayID()
      The replayID cannot be changed during a session.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • INSTANCE

        public static final Core INSTANCE
        Sometimes it's necessary to be capable of getting the spigot reference.
      • plugin

        public final org.bukkit.plugin.java.JavaPlugin plugin
        The JavaPlugin instance which is necessary if you want to register something.
    • Constructor Detail

      • Core

        public Core()
    • Method Detail

      • getReplayID

        public java.lang.String getReplayID()
        The replayID cannot be changed during a session. It can't be changed in general and will be generated randomly.
        Returns:
        returns the current replay id