Class LootContextParameters

java.lang.Object
net.minecraft.loot.context.LootContextParameters

public class LootContextParameters extends Object
Mappings:
Namespace Name
named net/minecraft/loot/context/LootContextParameters
intermediary net/minecraft/class_181
official eym
  • Field Details Link icon

    • THIS_ENTITY Link icon

      public static final ContextParameter<Entity> THIS_ENTITY
      Mappings:
      Namespace Name Mixin selector
      named THIS_ENTITY Lnet/minecraft/loot/context/LootContextParameters;THIS_ENTITY:Lnet/minecraft/util/context/ContextParameter;
      intermediary field_1226 Lnet/minecraft/class_181;field_1226:Lnet/minecraft/class_169;
      official a Leym;a:Lbai;
    • LAST_DAMAGE_PLAYER Link icon

      public static final ContextParameter<PlayerEntity> LAST_DAMAGE_PLAYER
      Mappings:
      Namespace Name Mixin selector
      named LAST_DAMAGE_PLAYER Lnet/minecraft/loot/context/LootContextParameters;LAST_DAMAGE_PLAYER:Lnet/minecraft/util/context/ContextParameter;
      intermediary field_1233 Lnet/minecraft/class_181;field_1233:Lnet/minecraft/class_169;
      official b Leym;b:Lbai;
    • DAMAGE_SOURCE Link icon

      public static final ContextParameter<DamageSource> DAMAGE_SOURCE
      Mappings:
      Namespace Name Mixin selector
      named DAMAGE_SOURCE Lnet/minecraft/loot/context/LootContextParameters;DAMAGE_SOURCE:Lnet/minecraft/util/context/ContextParameter;
      intermediary field_1231 Lnet/minecraft/class_181;field_1231:Lnet/minecraft/class_169;
      official c Leym;c:Lbai;
    • ATTACKING_ENTITY Link icon

      public static final ContextParameter<Entity> ATTACKING_ENTITY
      Mappings:
      Namespace Name Mixin selector
      named ATTACKING_ENTITY Lnet/minecraft/loot/context/LootContextParameters;ATTACKING_ENTITY:Lnet/minecraft/util/context/ContextParameter;
      intermediary field_1230 Lnet/minecraft/class_181;field_1230:Lnet/minecraft/class_169;
      official d Leym;d:Lbai;
    • DIRECT_ATTACKING_ENTITY Link icon

      public static final ContextParameter<Entity> DIRECT_ATTACKING_ENTITY
      Mappings:
      Namespace Name Mixin selector
      named DIRECT_ATTACKING_ENTITY Lnet/minecraft/loot/context/LootContextParameters;DIRECT_ATTACKING_ENTITY:Lnet/minecraft/util/context/ContextParameter;
      intermediary field_1227 Lnet/minecraft/class_181;field_1227:Lnet/minecraft/class_169;
      official e Leym;e:Lbai;
    • ORIGIN Link icon

      public static final ContextParameter<Vec3d> ORIGIN
      Mappings:
      Namespace Name Mixin selector
      named ORIGIN Lnet/minecraft/loot/context/LootContextParameters;ORIGIN:Lnet/minecraft/util/context/ContextParameter;
      intermediary field_24424 Lnet/minecraft/class_181;field_24424:Lnet/minecraft/class_169;
      official f Leym;f:Lbai;
    • BLOCK_STATE Link icon

      public static final ContextParameter<BlockState> BLOCK_STATE
      Mappings:
      Namespace Name Mixin selector
      named BLOCK_STATE Lnet/minecraft/loot/context/LootContextParameters;BLOCK_STATE:Lnet/minecraft/util/context/ContextParameter;
      intermediary field_1224 Lnet/minecraft/class_181;field_1224:Lnet/minecraft/class_169;
      official g Leym;g:Lbai;
    • BLOCK_ENTITY Link icon

      public static final ContextParameter<BlockEntity> BLOCK_ENTITY
      Mappings:
      Namespace Name Mixin selector
      named BLOCK_ENTITY Lnet/minecraft/loot/context/LootContextParameters;BLOCK_ENTITY:Lnet/minecraft/util/context/ContextParameter;
      intermediary field_1228 Lnet/minecraft/class_181;field_1228:Lnet/minecraft/class_169;
      official h Leym;h:Lbai;
    • TOOL Link icon

      public static final ContextParameter<ItemStack> TOOL
      Mappings:
      Namespace Name Mixin selector
      named TOOL Lnet/minecraft/loot/context/LootContextParameters;TOOL:Lnet/minecraft/util/context/ContextParameter;
      intermediary field_1229 Lnet/minecraft/class_181;field_1229:Lnet/minecraft/class_169;
      official i Leym;i:Lbai;
    • EXPLOSION_RADIUS Link icon

      public static final ContextParameter<Float> EXPLOSION_RADIUS
      Mappings:
      Namespace Name Mixin selector
      named EXPLOSION_RADIUS Lnet/minecraft/loot/context/LootContextParameters;EXPLOSION_RADIUS:Lnet/minecraft/util/context/ContextParameter;
      intermediary field_1225 Lnet/minecraft/class_181;field_1225:Lnet/minecraft/class_169;
      official j Leym;j:Lbai;
    • ENCHANTMENT_LEVEL Link icon

      public static final ContextParameter<Integer> ENCHANTMENT_LEVEL
      Mappings:
      Namespace Name Mixin selector
      named ENCHANTMENT_LEVEL Lnet/minecraft/loot/context/LootContextParameters;ENCHANTMENT_LEVEL:Lnet/minecraft/util/context/ContextParameter;
      intermediary field_51805 Lnet/minecraft/class_181;field_51805:Lnet/minecraft/class_169;
      official k Leym;k:Lbai;
    • ENCHANTMENT_ACTIVE Link icon

      public static final ContextParameter<Boolean> ENCHANTMENT_ACTIVE
      Mappings:
      Namespace Name Mixin selector
      named ENCHANTMENT_ACTIVE Lnet/minecraft/loot/context/LootContextParameters;ENCHANTMENT_ACTIVE:Lnet/minecraft/util/context/ContextParameter;
      intermediary field_51806 Lnet/minecraft/class_181;field_51806:Lnet/minecraft/class_169;
      official l Leym;l:Lbai;
  • Constructor Details Link icon

    • LootContextParameters Link icon

      public LootContextParameters()