public class ContextKeys
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
static ContextKey<AxisAlignedBB> | 
AREA  | 
static ContextKey<IBlockState> | 
BLOCK_STATE  | 
static ContextKey<EnumFacing> | 
FACING  | 
static ContextKey<BlockPos> | 
POS
BlockPos for interacting, breaking and other permissions 
 | 
static ContextKey<Entity> | 
TARGET
The entity can be anything that gets interacted with - a sheep when you try to dye it, skeleton that you attack, etc. 
 | 
| Constructor and Description | 
|---|
ContextKeys()  | 
public static final ContextKey<BlockPos> POS
public static final ContextKey<Entity> TARGET
public static final ContextKey<EnumFacing> FACING
public static final ContextKey<AxisAlignedBB> AREA
public static final ContextKey<IBlockState> BLOCK_STATE