Index

A B C E F G H I L M O P S W 
All Classes and Interfaces|All Packages

A

addWorldArea(WorldArea) - Method in class me.nurio.minecraft.worldareas.areas.WorldAreaFactory
Registers a new world area to the list of world areas.
AdminModule - Class in me.nurio.minecraft.worldareas.admin
 
AdminModule() - Constructor for class me.nurio.minecraft.worldareas.admin.AdminModule
 
AreaUtils - Interface in me.nurio.minecraft.worldareas.utils
 

B

BlockArea - Class in me.nurio.minecraft.worldareas.areas
 
BlockArea(Location, Location) - Constructor for class me.nurio.minecraft.worldareas.areas.BlockArea
 
BlocksBetweenOperation - Class in me.nurio.minecraft.worldareas.utils.operations
 
BlocksBetweenOperation() - Constructor for class me.nurio.minecraft.worldareas.utils.operations.BlocksBetweenOperation
 

C

ConfigLoader - Class in me.nurio.minecraft.worldareas.configuration
 
ConfigLoader() - Constructor for class me.nurio.minecraft.worldareas.configuration.ConfigLoader
 
ConfigSaver - Class in me.nurio.minecraft.worldareas.configuration
 
ConfigSaver() - Constructor for class me.nurio.minecraft.worldareas.configuration.ConfigSaver
 

E

execute(Player, String[]) - Method in interface me.nurio.minecraft.worldareas.admin.SubCommand
 
execute(Player, String[]) - Method in class me.nurio.minecraft.worldareas.admin.subcommands.HelpSubCommand
 
execute(Player, String[]) - Method in class me.nurio.minecraft.worldareas.admin.subcommands.WhereAmSubCommand
 

F

fromLocation(Location) - Method in class me.nurio.minecraft.worldareas.areas.WorldAreaFactory
Obtains a world area instance from location.
fromUuid(UUID) - Method in class me.nurio.minecraft.worldareas.areas.WorldAreaFactory
Obtains a world area instance from his UUID.

G

getBlocks() - Method in interface me.nurio.minecraft.worldareas.areas.expands.WorldAreaBarrier
 
getBlocksBetween() - Method in class me.nurio.minecraft.worldareas.utils.operations.BlocksBetweenOperation
 
getBlocksBetween(Location, Location) - Static method in interface me.nurio.minecraft.worldareas.utils.AreaUtils
 
getHandlerList() - Static method in class me.nurio.minecraft.worldareas.events.PlayerJoinAreaEvent
 
getHandlerList() - Static method in class me.nurio.minecraft.worldareas.events.PlayerLeaveAreaEvent
 
getHandlers() - Method in class me.nurio.minecraft.worldareas.events.PlayerJoinAreaEvent
 
getHandlers() - Method in class me.nurio.minecraft.worldareas.events.PlayerLeaveAreaEvent
 
getUuid() - Method in interface me.nurio.minecraft.worldareas.areas.expands.WorldAreaSave
 
getWorldAreasFiles() - Static method in class me.nurio.minecraft.worldareas.configuration.ConfigLoader
Obtains a list of world areas configuration files.
GrechAreas - Class in me.nurio.minecraft.worldareas
 
GrechAreas() - Constructor for class me.nurio.minecraft.worldareas.GrechAreas
 
GrechAreasCommand - Class in me.nurio.minecraft.worldareas.admin
 
GrechAreasCommand() - Constructor for class me.nurio.minecraft.worldareas.admin.GrechAreasCommand
 

H

HelpSubCommand - Class in me.nurio.minecraft.worldareas.admin.subcommands
 
HelpSubCommand() - Constructor for class me.nurio.minecraft.worldareas.admin.subcommands.HelpSubCommand
 

I

isAnyWorldAreaAt(Location) - Method in class me.nurio.minecraft.worldareas.areas.WorldAreaFactory
Checks if there is any world area at provided location
isInside(Location) - Method in class me.nurio.minecraft.worldareas.areas.BlockArea
 
isInside(Location) - Method in class me.nurio.minecraft.worldareas.areas.WorldArea
Checks if the provided locations is inside the world area blocks.

L

load() - Static method in class me.nurio.minecraft.worldareas.admin.AdminModule
 
loadAll() - Static method in class me.nurio.minecraft.worldareas.configuration.ConfigLoader
 

M

me.nurio.minecraft.worldareas - package me.nurio.minecraft.worldareas
 
me.nurio.minecraft.worldareas.admin - package me.nurio.minecraft.worldareas.admin
 
me.nurio.minecraft.worldareas.admin.subcommands - package me.nurio.minecraft.worldareas.admin.subcommands
 
me.nurio.minecraft.worldareas.areas - package me.nurio.minecraft.worldareas.areas
 
me.nurio.minecraft.worldareas.areas.expands - package me.nurio.minecraft.worldareas.areas.expands
 
me.nurio.minecraft.worldareas.configuration - package me.nurio.minecraft.worldareas.configuration
 
me.nurio.minecraft.worldareas.events - package me.nurio.minecraft.worldareas.events
 
me.nurio.minecraft.worldareas.listeners - package me.nurio.minecraft.worldareas.listeners
 
me.nurio.minecraft.worldareas.utils - package me.nurio.minecraft.worldareas.utils
 
me.nurio.minecraft.worldareas.utils.operations - package me.nurio.minecraft.worldareas.utils.operations
 

O

onCommand(CommandSender, Command, String, String[]) - Method in class me.nurio.minecraft.worldareas.admin.GrechAreasCommand
 
onDisable() - Method in class me.nurio.minecraft.worldareas.GrechAreas
 
onEnable() - Method in class me.nurio.minecraft.worldareas.GrechAreas
 
onMove(PlayerMoveEvent) - Method in class me.nurio.minecraft.worldareas.listeners.PlayerMovementListener
 

P

parse(File) - Static method in class me.nurio.minecraft.worldareas.configuration.ConfigLoader
 
PlayerJoinAreaEvent - Class in me.nurio.minecraft.worldareas.events
 
PlayerJoinAreaEvent() - Constructor for class me.nurio.minecraft.worldareas.events.PlayerJoinAreaEvent
 
PlayerLeaveAreaEvent - Class in me.nurio.minecraft.worldareas.events
 
PlayerLeaveAreaEvent() - Constructor for class me.nurio.minecraft.worldareas.events.PlayerLeaveAreaEvent
 
PlayerMovementListener - Class in me.nurio.minecraft.worldareas.listeners
Listens to the movements of all players in order to detect the join or leave of an area.
PlayerMovementListener() - Constructor for class me.nurio.minecraft.worldareas.listeners.PlayerMovementListener
 

S

save() - Method in interface me.nurio.minecraft.worldareas.areas.expands.WorldAreaSave
 
save(WorldArea) - Static method in class me.nurio.minecraft.worldareas.configuration.ConfigSaver
 
saveAll() - Static method in class me.nurio.minecraft.worldareas.configuration.ConfigSaver
 
showBarrierTo(Player) - Method in interface me.nurio.minecraft.worldareas.areas.expands.WorldAreaBarrier
 
showBarrierTo(Player, int) - Method in interface me.nurio.minecraft.worldareas.areas.expands.WorldAreaBarrier
 
SubCommand - Interface in me.nurio.minecraft.worldareas.admin
 

W

WhereAmSubCommand - Class in me.nurio.minecraft.worldareas.admin.subcommands
 
WhereAmSubCommand() - Constructor for class me.nurio.minecraft.worldareas.admin.subcommands.WhereAmSubCommand
 
WorldArea - Class in me.nurio.minecraft.worldareas.areas
Representation of a world area.
WorldArea() - Constructor for class me.nurio.minecraft.worldareas.areas.WorldArea
 
WorldAreaBarrier - Interface in me.nurio.minecraft.worldareas.areas.expands
 
WorldAreaFactory - Class in me.nurio.minecraft.worldareas.areas
WorldAreaFactory manages active world areas, listing, search, etc.
WorldAreaFactory() - Constructor for class me.nurio.minecraft.worldareas.areas.WorldAreaFactory
 
WorldAreaSave - Interface in me.nurio.minecraft.worldareas.areas.expands
 
A B C E F G H I L M O P S W 
All Classes and Interfaces|All Packages