Class ContextKeys
java.lang.Object
net.minecraftforge.server.permission.context.ContextKeys
Some default context keys, for easier compatibility
-
Field Summary
Modifier and TypeFieldDescriptionstatic ContextKey<AABB>
static ContextKey<BlockState>
static ContextKey<Direction>
static ContextKey<BlockPos>
BlockPos for interacting, breaking and other permissionsstatic ContextKey<Entity>
The entity can be anything that gets interacted with - a sheep when you try to dye it, skeleton that you attack, etc. -
Constructor Summary
-
Method Summary
-
Field Details
-
POS
BlockPos for interacting, breaking and other permissions -
TARGET
The entity can be anything that gets interacted with - a sheep when you try to dye it, skeleton that you attack, etc. -
FACING
-
AREA
-
BLOCK_STATE
-
-
Constructor Details
-
ContextKeys
public ContextKeys()
-