Uses of Class
br.net.fabiozumbi12.RedProtect.Bukkit.Region
Packages that use Region
Package
Description
-
Uses of Region in br.net.fabiozumbi12.RedProtect.Bukkit.actions
Constructors in br.net.fabiozumbi12.RedProtect.Bukkit.actions with parameters of type RegionModifierConstructorDescriptionRedefineRegionBuilder(org.bukkit.entity.Player p, Region old, org.bukkit.Location loc1, org.bukkit.Location loc2) -
Uses of Region in br.net.fabiozumbi12.RedProtect.Bukkit.API
Methods in br.net.fabiozumbi12.RedProtect.Bukkit.API that return RegionModifier and TypeMethodDescriptionRedProtectAPI.getHighPriorityRegion(org.bukkit.World world, int x, int y, int z) In a location with more than one region, use to get the upper region with high priority.RedProtectAPI.getLowPriorityRegion(org.bukkit.World world, int x, int y, int z) In a location with more than one region, use to get the lower region with low priority.Give the Region based on given name and world.RedProtectAPI.getRegion(org.bukkit.Location location) Return the Region on location.Methods in br.net.fabiozumbi12.RedProtect.Bukkit.API that return types with arguments of type RegionModifier and TypeMethodDescriptionRedProtectAPI.getAllRegions()Return all regions for all loaded worlds;RedProtectAPI.getChunkRegions(org.bukkit.Chunk chunk) Return all regions present on provided chunk, including low and hight priority.RedProtectAPI.getGroupRegions(org.bukkit.Location loc) The group of Regions on given location x and z.RedProtectAPI.getGroupRegions(org.bukkit.World world, int x, int y, int z) The group of Regions on given location x and z.RedProtectAPI.getPlayerRegions(String uuid) A set of regions created by this player based on uuid or player name.RedProtectAPI.getPlayerRegions(String uuid, org.bukkit.World world) A set of regions created by this player based on uuid or player name and specific world.RedProtectAPI.getPlayerRegions(org.bukkit.entity.Player player) A set of regions created by this player.RedProtectAPI.getPlayerRegions(org.bukkit.entity.Player player, int x, int y, int z) A set of regions created by this player based on x and z.Methods in br.net.fabiozumbi12.RedProtect.Bukkit.API with parameters of type RegionModifier and TypeMethodDescriptionvoidAdd a region.static longRPEconomyAPI.getRegionValue(Region region) Get the region value based on blocks, chests, itens inside chests and item enchantements inside chests too.voidRedProtectAPI.removeRegion(Region region) Remove a region.voidRedProtectAPI.renameRegion(Region region, String newName) Rename a region;static booleanRPEconomyAPI.SellRegion(Region region, String owner, long value) Put a region to sell. -
Uses of Region in br.net.fabiozumbi12.RedProtect.Bukkit.API.events
Methods in br.net.fabiozumbi12.RedProtect.Bukkit.API.events that return RegionModifier and TypeMethodDescriptionEnterExitRegionEvent.getEnteredRegion()EnterExitRegionEvent.getExitedRegion()RedefineRegionEvent.getNewRegion()RedefineRegionEvent.getOldRegion()ChangeRegionFlagEvent.getRegion()CreateRegionEvent.getRegion()DeleteRegionEvent.getRegion()RenameRegionEvent.getRegion()Constructors in br.net.fabiozumbi12.RedProtect.Bukkit.API.events with parameters of type RegionModifierConstructorDescriptionChangeRegionFlagEvent(org.bukkit.command.CommandSender cause, Region region, String flag, Object value) CreateRegionEvent(Region region, org.bukkit.entity.Player p) DeleteRegionEvent(Region region, org.bukkit.entity.Player p) EnterExitRegionEvent(Region ExitedRegion, Region EnteredRegion, org.bukkit.entity.Player player) RedefineRegionEvent(Region oldRegion, Region region, org.bukkit.entity.Player player) RenameRegionEvent(Region region, String newName, String oldName, org.bukkit.entity.Player p) -
Uses of Region in br.net.fabiozumbi12.RedProtect.Bukkit.commands
Methods in br.net.fabiozumbi12.RedProtect.Bukkit.commands with parameters of type RegionModifier and TypeMethodDescriptionstatic voidCommandHandlers.handleAddAdmin(org.bukkit.command.CommandSender src, String sVictim, Region r) static voidCommandHandlers.handleAddLeader(org.bukkit.command.CommandSender src, String sVictim, Region r) static voidCommandHandlers.handleAddMember(org.bukkit.command.CommandSender src, String sVictim, Region r) static voidCommandHandlers.handleFlag(org.bukkit.entity.Player p, String flag, String value, Region r) static voidCommandHandlers.handleRemoveAdmin(org.bukkit.command.CommandSender src, String sVictim, Region r) static voidCommandHandlers.handleRemoveLeader(org.bukkit.command.CommandSender src, String sVictim, Region r) static voidCommandHandlers.handleRemoveMember(org.bukkit.command.CommandSender src, String sVictim, Region r) -
Uses of Region in br.net.fabiozumbi12.RedProtect.Bukkit.database
Methods in br.net.fabiozumbi12.RedProtect.Bukkit.database that return RegionModifier and TypeMethodDescriptionWorldFlatFileRegionManager.getLowRegion(int x, int y, int z) WorldMySQLRegionManager.getLowRegion(int x, int y, int z) WorldRegionManager.getLowRegion(int x, int y, int z) WorldFlatFileRegionManager.getTopRegion(int x, int y, int z) WorldMySQLRegionManager.getTopRegion(int x, int y, int z) WorldRegionManager.getTopRegion(int x, int y, int z) Methods in br.net.fabiozumbi12.RedProtect.Bukkit.database that return types with arguments of type RegionModifier and TypeMethodDescriptionWorldFlatFileRegionManager.getAdminRegions(String uuid) WorldMySQLRegionManager.getAdminRegions(String uuid) WorldRegionManager.getAdminRegions(String uuid) WorldFlatFileRegionManager.getAllRegions()WorldMySQLRegionManager.getAllRegions()WorldRegionManager.getAllRegions()WorldFlatFileRegionManager.getGroupRegion(int x, int y, int z) WorldMySQLRegionManager.getGroupRegion(int x, int y, int z) WorldRegionManager.getGroupRegion(int x, int y, int z) WorldFlatFileRegionManager.getInnerRegions(Region region) WorldMySQLRegionManager.getInnerRegions(Region region) WorldRegionManager.getInnerRegions(Region region) WorldFlatFileRegionManager.getLeaderRegions(String pname) WorldMySQLRegionManager.getLeaderRegions(String uuid) WorldRegionManager.getLeaderRegions(String uuid) WorldFlatFileRegionManager.getMemberRegions(String uuid) WorldMySQLRegionManager.getMemberRegions(String uuid) WorldRegionManager.getMemberRegions(String uuid) WorldFlatFileRegionManager.getRegions(int x, int y, int z) WorldMySQLRegionManager.getRegions(int x, int y, int z) WorldRegionManager.getRegions(int x, int y, int z) WorldFlatFileRegionManager.getRegionsNear(int px, int pz, int radius) WorldMySQLRegionManager.getRegionsNear(int px, int pz, int radius) WorldRegionManager.getRegionsNear(int px, int pz, int p1) Methods in br.net.fabiozumbi12.RedProtect.Bukkit.database with parameters of type RegionModifier and TypeMethodDescriptionvoidvoidvoidWorldFlatFileRegionManager.getInnerRegions(Region region) WorldMySQLRegionManager.getInnerRegions(Region region) WorldRegionManager.getInnerRegions(Region region) voidvoidvoid -
Uses of Region in br.net.fabiozumbi12.RedProtect.Bukkit.guis
Constructors in br.net.fabiozumbi12.RedProtect.Bukkit.guis with parameters of type RegionModifierConstructorDescriptionFlagGui(String name, org.bukkit.entity.Player player, Region region, boolean editable, int maxSlots) ItemFlagGui(org.bukkit.entity.Player player, Region region, String flag) MobFlagGui(org.bukkit.entity.Player player, Region region, String flag) -
Uses of Region in br.net.fabiozumbi12.RedProtect.Bukkit.helpers
Methods in br.net.fabiozumbi12.RedProtect.Bukkit.helpers with parameters of type RegionModifier and TypeMethodDescriptionvoidvoidstatic voidDoorManager.ChangeDoor(org.bukkit.block.Block b, Region r) org.bukkit.LocationRedProtectUtil.DenyEnterPlayer(org.bukkit.World wFrom, org.bukkit.Location from, org.bukkit.Location to, Region r, boolean checkSec) org.bukkit.LocationRedProtectUtil.DenyExitPlayer(org.bukkit.entity.Player p, org.bukkit.Location from, org.bukkit.Location to, Region r) static StringEconomyManager.getCostMessage(Region r) static longEconomyManager.getRegionValue(Region r) RedProtectUtil.getTitleName(Region r) intRedProtectUtil.getUpdatedPrior(Region region) booleanPermissionHandler.hasRegionPermAdmin(org.bukkit.command.CommandSender sender, String s, Region poly) booleanPermissionHandler.hasRegionPermAdmin(org.bukkit.entity.Player p, String s, Region poly) booleanPermissionHandler.hasRegionPermLeader(org.bukkit.command.CommandSender sender, String s, Region poly) booleanPermissionHandler.hasRegionPermLeader(org.bukkit.entity.Player p, String s, Region poly) booleanPermissionHandler.hasRegionPermMember(org.bukkit.entity.Player p, String s, Region poly) static booleanintRedProtectUtil.simuleTotalRegionSize(String player, Region r2) Method parameters in br.net.fabiozumbi12.RedProtect.Bukkit.helpers with type arguments of type Region -
Uses of Region in br.net.fabiozumbi12.RedProtect.Bukkit.hooks
Methods in br.net.fabiozumbi12.RedProtect.Bukkit.hooks that return RegionModifier and TypeMethodDescriptionstatic RegionWEHook.pasteWithWE(org.bukkit.entity.Player p, File file) Methods in br.net.fabiozumbi12.RedProtect.Bukkit.hooks with parameters of type RegionModifier and TypeMethodDescriptionvoidstatic booleanSimpleClansHook.getPlayerClan(Region r, org.bukkit.entity.Player p) static booleanstatic voidWEHook.regenRegion(Region region, org.bukkit.World world, org.bukkit.Location p1, org.bukkit.Location p2, int delay, org.bukkit.command.CommandSender sender, boolean remove) voidDynmapHook.removeMark(Region r) -
Uses of Region in br.net.fabiozumbi12.RedProtect.Bukkit.region
Fields in br.net.fabiozumbi12.RedProtect.Bukkit.region declared as RegionMethods in br.net.fabiozumbi12.RedProtect.Bukkit.region that return RegionModifier and TypeMethodDescriptionRegionBuilder.build()RegionManager.getLowRegion(String w, int x, int y, int z) Get the low priority region in a group region.RegionManager.getLowRegion(org.bukkit.Location loc) Get the low priority region in a group region.RegionManager.getRegionById(String rid) RegionManager.getTopRegion(String w, int x, int y, int z) Get the high priority region in a group region.RegionManager.getTopRegion(org.bukkit.Location loc) Get the high priority region in a group region.RegionManager.renameRegion(String newName, Region old) Methods in br.net.fabiozumbi12.RedProtect.Bukkit.region that return types with arguments of type RegionModifier and TypeMethodDescriptionRegionManager.getAdminRegions(String uuid) Return a set of regions by player UUID or Name if this player is Admin or Leader;RegionManager.getAdminRegions(String uuid, String world) Return a set of regions by player UUID or Name if this player is Admin or Leader;RegionManager.getAllRegions()RegionManager.getGroupRegion(String w, int x, int y, int z) Get regions in a group region.RegionManager.getGroupRegion(org.bukkit.Location loc) Get regions in a group region.RegionManager.getInnerRegions(Region region, String w) RegionManager.getLeaderRegions(String uuid) Return a set of regions by player UUID or Name if this player is Leader;RegionManager.getLeaderRegions(String uuid, String world) Return a set of regions by player UUID or Name if this player is Leader;RegionManager.getMemberRegions(String uuid) Return a set of regions by player UUID or Name if this player is Member, Admin or Leader;RegionManager.getMemberRegions(String uuid, String world) Return a set of regions by player UUID or Name if this player is Member, Admin or Leader;RegionManager.getRegions(String player, String w) RegionManager.getRegions(org.bukkit.entity.Player p, int x, int y, int z) RegionManager.getRegionsByWorld(String w) RegionManager.getRegionsForChunk(org.bukkit.Chunk chunk) RegionManager.getRegionsNear(org.bukkit.entity.Player player, int i) Methods in br.net.fabiozumbi12.RedProtect.Bukkit.region with parameters of type RegionModifier and TypeMethodDescriptionvoidRegionManager.getInnerRegions(Region region, String w) voidvoidRegionManager.removeLiveFlags(Region r, String flag) RegionManager.renameRegion(String newName, Region old) voidRegionManager.updateLiveFlags(Region r, String flag, String value) voidRegionManager.updateLiveRegion(Region r, String columm, Object value)