Class ContextKeys
java.lang.Object
com.pixelmonmod.pixelmon.api.npc.interaction.context.ContextKeys
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ContextKey<String>
static final ContextKey<net.minecraft.world.level.block.state.BlockState>
static final ContextKey<net.minecraft.core.BlockPos>
static final ContextKey<net.minecraft.world.item.ItemStack>
static final ContextKey<net.minecraft.world.item.ItemStack>
static final ContextKey<String>
static final ContextKey<String>
static final ContextKey<String>
static final ContextKey<Pokemon>
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.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<String>
static final ContextKey<Pokemon>
static final ContextKey<PixelmonEntity>
static final ContextKey<net.minecraft.world.phys.Vec3>
static final ContextKey<Pokemon>
static final ContextKey<net.minecraft.resources.ResourceLocation>
static final ContextKey<Integer>
static final ContextKey<net.minecraft.world.level.levelgen.structure.Structure>
-
Constructor Summary
-
Method Summary
-
Field Details
-
NPC
-
PLAYER
-
HAND
-
LEVEL
-
POSITION
-
MAIN_HAND
-
OFF_HAND
-
HELMET
-
CHESTPLATE
-
LEGGINGS
-
BOOTS
-
RECIPE
-
ITEM
-
STRUCTURE
-
POKEMON
-
POKEMON_ENTITY
-
BLOCK
-
BLOCK_POS
-
STARS
-
DIMENSION_FROM
-
DIMENSION_TO
-
GIVEN_POKEMON
-
RECEIVED_POKEMON
-
BIOME
-
DIMENSION
-
POKEBALL
-
-
Constructor Details
-
ContextKeys
public ContextKeys()
-