| Package | Description |
|---|---|
| com.sk89q.worldguard.session | |
| com.sk89q.worldguard.session.handler |
| Modifier and Type | Method and Description |
|---|---|
Session |
SessionManager.get(org.bukkit.entity.Player player)
Get a player's session.
|
Session |
SessionManager.getIfPresent(org.bukkit.entity.Player player)
Get a player's session, if one exists.
|
| Modifier and Type | Method and Description |
|---|---|
Session |
Handler.getSession()
Get the session.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
WaterBreathing.set(org.bukkit.entity.Player player,
Session session,
boolean value) |
static boolean |
GodMode.set(org.bukkit.entity.Player player,
Session session,
boolean value) |
| Constructor and Description |
|---|
EntryFlag(Session session) |
ExitFlag(Session session) |
FarewellFlag(Session session) |
FeedFlag(Session session) |
FlagValueChangeHandler(Session session,
Flag<T> flag) |
GameModeFlag(Session session) |
GodMode(Session session) |
GreetingFlag(Session session) |
Handler(Session session)
Create a new handler.
|
HealFlag(Session session) |
InvincibilityFlag(Session session) |
NotifyEntryFlag(Session session) |
NotifyExitFlag(Session session) |
TimeLockFlag(Session session) |
WaterBreathing(Session session) |
WeatherLockFlag(Session session) |
Copyright © 2015. All Rights Reserved.