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 APIResponsecheckPlayerFlag(java.util.UUID uuid, java.lang.String flag)Deprecated.FieldFunctionsfieldFunctions()APIResponseflagAtLocation(work.torp.domain.flag.Flag.Type flag, org.bukkit.Location location)Deprecated.APIResponseflagFromName(java.lang.String flag)Deprecated.FlagFunctionsflagFunctions()APIResponsegetAllBlocksInField(int domainBlockId)Deprecated.DomainAPIgetApi()APIResponsegetDomainBlockItemStack(java.lang.String blockKey)Deprecated.java.util.List<work.torp.domain.flag.Flag.Type>getFlags()Deprecated.APIResponsegetPlacedDomainBlockByID(int domainBlockId)Deprecated.APIResponsegetPlacedDomainBlocksSearch(java.lang.String owner, java.lang.String blockKey, java.lang.String worldName)Deprecated.APIResponsegetVersion()Deprecated.ItemFunctionsitemFunctions()APIResponselocationInField(org.bukkit.Location location)Deprecated.MiscFunctionsmiscFunctions()APIResponseplayerAllowedAtLocation(org.bukkit.Location location, java.util.UUID uuid)Deprecated.APIResponseplayerAllowedAtLocation(org.bukkit.Location location, org.bukkit.entity.Player player)Deprecated.org.bukkit.entity.PlayerplayerFromUUIDString(java.lang.String playerUUID)Deprecated.PlayerFunctionsplayerFunctions()APIResponseresizeField(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.
-
-