public class ContextKeys
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static ContextKey<AxisAlignedBB> |
AREA |
static ContextKey<BlockState> |
BLOCK_STATE |
static ContextKey<Direction> |
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<Direction> FACING
public static final ContextKey<AxisAlignedBB> AREA
public static final ContextKey<BlockState> BLOCK_STATE