Package work.torp.domain.api
Class DomainAPI
- java.lang.Object
-
- work.torp.domain.api.DomainAPI
-
public class DomainAPI extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DomainAPI()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description APIResponse
checkPlayerFlag(java.util.UUID uuid, java.lang.String flag)
Deprecated.FieldFunctions
fieldFunctions()
APIResponse
flagAtLocation(work.torp.domain.flag.Flag.Type flag, org.bukkit.Location location)
Deprecated.APIResponse
flagFromName(java.lang.String flag)
Deprecated.FlagFunctions
flagFunctions()
APIResponse
getAllBlocksInField(int domainBlockId)
Deprecated.DomainAPI
getApi()
APIResponse
getDomainBlockItemStack(java.lang.String blockKey)
Deprecated.java.util.List<work.torp.domain.flag.Flag.Type>
getFlags()
Deprecated.APIResponse
getPlacedDomainBlockByID(int domainBlockId)
Deprecated.APIResponse
getPlacedDomainBlocksSearch(java.lang.String owner, java.lang.String blockKey, java.lang.String worldName)
Deprecated.APIResponse
getVersion()
Deprecated.ItemFunctions
itemFunctions()
APIResponse
locationInField(org.bukkit.Location location)
Deprecated.MiscFunctions
miscFunctions()
APIResponse
playerAllowedAtLocation(org.bukkit.Location location, java.util.UUID uuid)
Deprecated.APIResponse
playerAllowedAtLocation(org.bukkit.Location location, org.bukkit.entity.Player player)
Deprecated.org.bukkit.entity.Player
playerFromUUIDString(java.lang.String playerUUID)
Deprecated.PlayerFunctions
playerFunctions()
APIResponse
resizeField(int domainBlockID, org.bukkit.Location corner1, org.bukkit.Location corner2, java.util.UUID playerUUID)
Deprecated.
-
-
-
Method Detail
-
fieldFunctions
public FieldFunctions fieldFunctions()
-
flagFunctions
public FlagFunctions flagFunctions()
-
itemFunctions
public ItemFunctions itemFunctions()
-
miscFunctions
public MiscFunctions miscFunctions()
-
playerFunctions
public PlayerFunctions playerFunctions()
-
getApi
public DomainAPI getApi()
-
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.
-
-