FourKit 1469f90c
The LCE C# Server Plugin API
Loading...
Searching...
No Matches
Minecraft.Server.FourKit.Block Namespace Reference

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.

Enumeration Type Documentation

◆ Action

Represents the action type for a player interaction.

Enumerator
LEFT_CLICK_AIR 

Left-clicking the air.

LEFT_CLICK_BLOCK 

Left-clicking a block.

RIGHT_CLICK_AIR 

Right-clicking the air.

RIGHT_CLICK_BLOCK 

Right-clicking a block.

PHYSICAL 

Stepping onto or into a block (Ass-pressure). Examples: Jumping on soil, Standing on pressure plate, Triggering redstone ore, Triggering tripwire.