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_ENTITYstatic LootContextParameter<BlockState>BLOCK_STATEstatic LootContextParameter<DamageSource>DAMAGE_SOURCEstatic LootContextParameter<Entity>DIRECT_KILLER_ENTITYstatic LootContextParameter<Float>EXPLOSION_RADIUSstatic LootContextParameter<Entity>KILLER_ENTITYstatic LootContextParameter<PlayerEntity>LAST_DAMAGE_PLAYERstatic LootContextParameter<Vec3d>ORIGINstatic LootContextParameter<Entity>THIS_ENTITYstatic 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
-