Class DomainAPI


  • public class DomainAPI
    extends java.lang.Object
    • Constructor Detail

      • DomainAPI

        public DomainAPI()
    • Method Detail

      • getVersion

        @Deprecated
        public APIResponse getVersion()
        Deprecated.
      • resizeField

        @Deprecated
        public APIResponse resizeField​(int domainBlockID,
                                       org.bukkit.Location corner1,
                                       org.bukkit.Location corner2,
                                       java.util.UUID playerUUID)
        Deprecated.
      • flagAtLocation

        @Deprecated
        public APIResponse flagAtLocation​(work.torp.domain.flag.Flag.Type flag,
                                          org.bukkit.Location location)
        Deprecated.
      • flagFromName

        @Deprecated
        public APIResponse flagFromName​(java.lang.String flag)
        Deprecated.
      • getFlags

        @Deprecated
        public java.util.List<work.torp.domain.flag.Flag.Type> getFlags()
        Deprecated.
      • getDomainBlockItemStack

        @Deprecated
        public APIResponse getDomainBlockItemStack​(java.lang.String blockKey)
        Deprecated.
      • playerFromUUIDString

        @Deprecated
        public org.bukkit.entity.Player playerFromUUIDString​(java.lang.String playerUUID)
        Deprecated.
      • getAllBlocksInField

        @Deprecated
        public APIResponse getAllBlocksInField​(int domainBlockId)
        Deprecated.
      • playerAllowedAtLocation

        @Deprecated
        public APIResponse playerAllowedAtLocation​(org.bukkit.Location location,
                                                   org.bukkit.entity.Player player)
        Deprecated.
      • locationInField

        @Deprecated
        public APIResponse locationInField​(org.bukkit.Location location)
        Deprecated.
      • getPlacedDomainBlockByID

        @Deprecated
        public APIResponse getPlacedDomainBlockByID​(int domainBlockId)
        Deprecated.
      • getPlacedDomainBlocksSearch

        @Deprecated
        public APIResponse getPlacedDomainBlocksSearch​(java.lang.String owner,
                                                       java.lang.String blockKey,
                                                       java.lang.String worldName)
        Deprecated.
      • checkPlayerFlag

        @Deprecated
        public APIResponse checkPlayerFlag​(java.util.UUID uuid,
                                           java.lang.String flag)
        Deprecated.
      • playerAllowedAtLocation

        @Deprecated
        public APIResponse playerAllowedAtLocation​(org.bukkit.Location location,
                                                   java.util.UUID uuid)
        Deprecated.