LootContextParamSets
Importing the class
If you need to reference this type directly, like when casting an Array, or as a parameter, you will need to import it. Simply add the import at the top of the file.
Description
These are pre-registered param sets that are used by vanilla.Members
The 'advancement_entity' param set requires the following params:
-
this_entity
-
origin
Returns: The 'advancement_entity' param set.
Return Type:
LootContextParamSet
The 'advancement_entity' param set requires the following params:
-
this_entity
-
origin
Returns: The 'advancement_entity' param set.
Return Type:
LootContextParamSet
The 'advancement_reward' param set requires the following params:
-
this_entity
-
origin
Returns: The 'advancement_reward' param set.
Return Type:
LootContextParamSet
The 'generic' param set requires the following params:
-
this_entity
-
last_damage_player
-
damage_source
-
killer_entity
-
direct_killer_entity
-
origin
-
block_state
-
block_entity
-
tool
-
explosion_radius
Returns: The 'generic' param set.
Return Type:
LootContextParamSet
The 'block' param set requires the following params:
-
block_state
-
origin
-
tool
The 'block' param set can optionally use:
-
this_entity
-
block_entity
-
explosion_radius
Returns: The 'block' param set.
Return Type:
LootContextParamSet
The 'chest' param set requires the following params:
-
origin
The 'chest' param set can optionally use:
-
this_entity
Returns: The 'chest' param set.
Return Type:
LootContextParamSet
The 'command' param set requires the following params:
-
origin
The 'command' param set can optionally use:
-
this_entity
Returns: The 'command' param set.
Return Type:
LootContextParamSet
The 'entity' param set requires the following params:
-
this_entity
-
origin
-
damage_source
The 'entity' param set can optionally use:
-
killer_entity
-
direct_killer_entity
-
last_damage_player
Returns: The 'entity' param set.
Return Type:
LootContextParamSet
The 'fishing' param set requires the following params:
-
origin
-
tool
The 'fishing' param set can optionally use:
-
this_entity
Returns: The 'fishing' param set.
Return Type:
LootContextParamSet
Will throw an exception if no param set is registered for the given name.
Returns: The found param set or an exception if not registered.
Parameters:
Return Type:
LootContextParamSet
The 'gift' param set requires the following params:
-
origin
-
this_entity
Returns: The 'gift' param set.
Return Type:
LootContextParamSet
The 'barter' param set requires the following params:
-
this_entity
Returns: The 'barter' param set.
Return Type:
LootContextParamSet
The 'selector' param set requires the following params:
-
origin
-
this_entity
Returns: The 'selector' param set.
Return Type:
LootContextParamSet