![]() |
FourKit 1469f90c
The LCE C# Server Plugin API
|
Classes | |
| class | Block |
| Represents a block. This is a live object, and only one Block may exist for any given location in a world. More... | |
| class | BlockFaceExtensions |
Enumerations | |
| enum | Action { LEFT_CLICK_AIR = 0 , LEFT_CLICK_BLOCK = 1 , RIGHT_CLICK_AIR = 2 , RIGHT_CLICK_BLOCK = 3 , PHYSICAL = 4 } |
| Represents the action type for a player interaction. More... | |
| enum | BlockFace { DOWN = 0 , UP = 1 , NORTH = 2 , SOUTH = 3 , WEST = 4 , EAST = 5 , SELF = 6 , NORTH_EAST , NORTH_WEST , SOUTH_EAST , SOUTH_WEST , WEST_NORTH_WEST , NORTH_NORTH_WEST , NORTH_NORTH_EAST , EAST_NORTH_EAST , EAST_SOUTH_EAST , SOUTH_SOUTH_EAST , SOUTH_SOUTH_WEST , WEST_SOUTH_WEST } |
| Represents the face of a block. | |
Represents the action type for a player interaction.