java.lang.Object
com.pixelmonmod.pixelmon.api.npc.interaction.context.ContextKeys

public class ContextKeys extends Object
  • Field Details

    • NPC

      public static final ContextKey<NPC> NPC
    • PLAYER

      public static final ContextKey<net.minecraft.server.level.ServerPlayer> PLAYER
    • HAND

      public static final ContextKey<net.minecraft.world.InteractionHand> HAND
    • LEVEL

      public static final ContextKey<net.minecraft.world.level.Level> LEVEL
    • POSITION

      public static final ContextKey<net.minecraft.world.phys.Vec3> POSITION
    • MAIN_HAND

      public static final ContextKey<net.minecraft.world.item.ItemStack> MAIN_HAND
    • OFF_HAND

      public static final ContextKey<net.minecraft.world.item.ItemStack> OFF_HAND
    • HELMET

      public static final ContextKey<net.minecraft.world.item.ItemStack> HELMET
    • CHESTPLATE

      public static final ContextKey<net.minecraft.world.item.ItemStack> CHESTPLATE
    • LEGGINGS

      public static final ContextKey<net.minecraft.world.item.ItemStack> LEGGINGS
    • BOOTS

      public static final ContextKey<net.minecraft.world.item.ItemStack> BOOTS
    • RECIPE

      public static final ContextKey<net.minecraft.resources.ResourceLocation> RECIPE
    • ITEM

      public static final ContextKey<net.minecraft.world.item.ItemStack> ITEM
    • STRUCTURE

      public static final ContextKey<net.minecraft.world.level.levelgen.structure.Structure> STRUCTURE
    • POKEMON

      public static final ContextKey<Pokemon> POKEMON
    • POKEMON_ENTITY

      public static final ContextKey<PixelmonEntity> POKEMON_ENTITY
    • BLOCK

      public static final ContextKey<net.minecraft.world.level.block.state.BlockState> BLOCK
    • BLOCK_POS

      public static final ContextKey<net.minecraft.core.BlockPos> BLOCK_POS
    • STARS

      public static final ContextKey<Integer> STARS
    • DIMENSION_FROM

      public static final ContextKey<String> DIMENSION_FROM
    • DIMENSION_TO

      public static final ContextKey<String> DIMENSION_TO
    • GIVEN_POKEMON

      public static final ContextKey<Pokemon> GIVEN_POKEMON
    • RECEIVED_POKEMON

      public static final ContextKey<Pokemon> RECEIVED_POKEMON
    • BIOME

      public static final ContextKey<String> BIOME
    • DIMENSION

      public static final ContextKey<String> DIMENSION
    • POKEBALL

      public static final ContextKey<String> POKEBALL
  • Constructor Details

    • ContextKeys

      public ContextKeys()