Class ContextKeys
java.lang.Object
com.pixelmonmod.pixelmon.api.npc.interaction.context.ContextKeys
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ContextKey<net.minecraft.world.item.ItemStack>
static final ContextKey<net.minecraft.world.item.ItemStack>
static final ContextKey<net.minecraft.world.InteractionHand>
static final ContextKey<net.minecraft.world.item.ItemStack>
static final ContextKey<net.minecraft.world.item.ItemStack>
static final ContextKey<net.minecraft.world.level.Level>
static final ContextKey<net.minecraft.world.item.ItemStack>
static final ContextKey<NPC>
static final ContextKey<net.minecraft.world.item.ItemStack>
static final ContextKey<net.minecraft.server.level.ServerPlayer>
static final ContextKey<net.minecraft.world.phys.Vec3>
-
Constructor Summary
-
Method Summary
-
Field Details
-
NPC_CONTEXT_KEY
-
PLAYER_CONTEXT_KEY
-
HAND
-
LEVEL_CONTEXT_KEY
-
POSITION_CONTEXT_KEY
-
MAIN_HAND
-
OFF_HAND
-
HELMET
-
CHESTPLATE
-
LEGGINGS
-
BOOTS
-
-
Constructor Details
-
ContextKeys
public ContextKeys()
-