Class ExprDrops

All Implemented Interfaces:
Debuggable, Expression<ItemType>, SyntaxElement

@Name("Drops") @Description("Only works in death events. Holds the drops of the dying creature. Drops can be prevented by removing them with \"remove ... from drops\", e.g. \"remove all pickaxes from the drops\", or \"clear drops\" if you don\'t want any drops at all.") @Examples({"clear drops","remove 4 planks from the drops"}) @Since("1.0") @Events("death") public class ExprDrops extends SimpleExpression<ItemType>