Package net.minecraft.loot.context
Class LootContextParameters
java.lang.Object
net.minecraft.loot.context.LootContextParameters
public class LootContextParameters extends Object
-
Field Summary
Fields Modifier and Type Field Description static LootContextParameter<BlockEntity>
BLOCK_ENTITY
static LootContextParameter<BlockState>
BLOCK_STATE
static LootContextParameter<DamageSource>
DAMAGE_SOURCE
static LootContextParameter<Entity>
DIRECT_KILLER_ENTITY
static LootContextParameter<Float>
EXPLOSION_RADIUS
static LootContextParameter<Entity>
KILLER_ENTITY
static LootContextParameter<PlayerEntity>
LAST_DAMAGE_PLAYER
static LootContextParameter<Vec3d>
ORIGIN
static LootContextParameter<Entity>
THIS_ENTITY
static LootContextParameter<ItemStack>
TOOL
-
Constructor Summary
Constructors Constructor Description LootContextParameters()
-
Method Summary
Modifier and Type Method Description private static <T> LootContextParameter<T>
register(String name)
-
Field Details
-
THIS_ENTITY
-
LAST_DAMAGE_PLAYER
-
DAMAGE_SOURCE
-
KILLER_ENTITY
-
DIRECT_KILLER_ENTITY
-
ORIGIN
-
BLOCK_STATE
-
BLOCK_ENTITY
-
TOOL
-
EXPLOSION_RADIUS
-
-
Constructor Details
-
LootContextParameters
public LootContextParameters()
-
-
Method Details
-
register
-