Package | Description |
---|---|
me.leoko.advancedgui.utils |
Modifier and Type | Method and Description |
---|---|
static Direction |
Direction.fromBlockFace(org.bukkit.block.BlockFace attachedFace,
org.bukkit.block.BlockFace playerFace) |
static Direction |
Direction.fromBlockFace(org.bukkit.block.BlockFace attachedFace,
org.bukkit.block.BlockFace playerFace) |
Direction |
GuiLocation.getDirection() |
Direction |
GuiLocation.getDirection() |
static Direction |
Direction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Direction |
Direction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Direction[] |
Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static Direction[] |
Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
FrameContainer.activate(int mapId,
Direction guiDirection) |
void |
FrameContainer.activate(int mapId,
Direction guiDirection) |
static GuiPoint |
GuiPoint.from3DPosition(org.bukkit.util.Vector position,
Direction direction) |
static GuiPoint |
GuiPoint.from3DPosition(org.bukkit.util.Vector position,
Direction direction) |
Constructor and Description |
---|
GuiLocation(int x,
int y,
int z,
org.bukkit.World world,
Direction direction) |
GuiLocation(int x,
int y,
int z,
org.bukkit.World world,
Direction direction) |
GuiLocation(org.bukkit.Location location,
Direction direction) |
GuiLocation(org.bukkit.Location location,
Direction direction) |
Copyright © 2021. All rights reserved.