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 ezi
  • Field Details

    • THIS_ENTITY

      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 Lezi;a:Lbbn;
    • LAST_DAMAGE_PLAYER

      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 Lezi;b:Lbbn;
    • DAMAGE_SOURCE

      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 Lezi;c:Lbbn;
    • ATTACKING_ENTITY

      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 Lezi;d:Lbbn;
    • DIRECT_ATTACKING_ENTITY

      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 Lezi;e:Lbbn;
    • ORIGIN

      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 Lezi;f:Lbbn;
    • BLOCK_STATE

      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 Lezi;g:Lbbn;
    • BLOCK_ENTITY

      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 Lezi;h:Lbbn;
    • TOOL

      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 Lezi;i:Lbbn;
    • EXPLOSION_RADIUS

      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 Lezi;j:Lbbn;
    • ENCHANTMENT_LEVEL

      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 Lezi;k:Lbbn;
    • ENCHANTMENT_ACTIVE

      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 Lezi;l:Lbbn;
  • Constructor Details

    • LootContextParameters

      public LootContextParameters()