Class GlobalLootModifiersTest.SilkTouchTestModifier
java.lang.Object
net.minecraftforge.common.loot.LootModifier
net.minecraftforge.debug.gameplay.loot.GlobalLootModifiersTest.SilkTouchTestModifier
- All Implemented Interfaces:
IGlobalLootModifier
- Enclosing class:
- GlobalLootModifiersTest
When harvesting blocks with bamboo, this modifier is invoked, via the silk_touch_bamboo loot_modifier json
-
Nested Class Summary
Modifier and TypeClassDescriptionprivate static class
-
Field Summary
Fields inherited from class net.minecraftforge.common.loot.LootModifier
conditions
-
Constructor Summary
-
Method Summary
Methods inherited from class net.minecraftforge.common.loot.LootModifier
apply
-
Constructor Details
-
SilkTouchTestModifier
-
-
Method Details
-
doApply
Description copied from class:LootModifier
Applies the modifier to the generated loot (all loot conditions have already been checked and have returned true).- Specified by:
doApply
in classLootModifier
- Parameters:
generatedLoot
- the list of ItemStacks that will be dropped, generated by loot tablescontext
- the LootContext, identical to what is passed to loot tables- Returns:
- modified loot drops
-