Class EntityEntry

java.lang.Object
fr.Alphart.BAT.Modules.Core.EntityEntry

public class EntityEntry extends Object
Summit all type of informations available with the plugin about an specific entity.
  • Field Details

    • noDateFound

      public static final Timestamp noDateFound
  • Constructor Details

    • EntityEntry

      public EntityEntry(String entity)
  • Method Details

    • getEntity

      public String getEntity()
    • getBans

      public List<BanEntry> getBans()
    • getMutes

      public List<MuteEntry> getMutes()
    • getKicks

      public List<KickEntry> getKicks()
    • getComments

      public List<CommentEntry> getComments()
    • exist

      public boolean exist()
    • isPlayer

      public boolean isPlayer()
    • getFirstLogin

      public Timestamp getFirstLogin()
    • getLastLogin

      public Timestamp getLastLogin()
    • getLastIP

      public String getLastIP()
    • getUsers

      public List<String> getUsers()
      Get the players who have this ip as last ip used
      Only works if the entity is an adress ip
      Returns:
      list of players name