Class

import mods.dropt.Drop

For more information, see:

Methods

Drop force();

Forces a drop to always drop, ignores selector.

For more information, see:

Drop selector(Weight weight);

Defines a selector for this drop.

For more information, see:

Drop selector(Weight weight, string silkTouch);

Defines a selector for this drop.

For more information, see:

Drop selector(Weight weight, string silkTouch, int fortuneLevelRequired);

Defines a selector for this drop.

For more information, see:

Drop items(IItemStack[] items);

Defines the item list for this drop.

For more information, see:

Drop items(string drop, IItemStack[] items);

Defines the item list for this drop.

For more information, see:

Drop items(IItemStack[] items, Range range);

Defines the item list for this drop.

For more information, see:

Drop items(string drop, IItemStack[] items, Range range);

Defines the item list for this drop.

For more information, see:

Drop matchQuantity(IItemStack[] drops);

Defines drops to match quantity.

For more information, see:

Drop xp(string replace, Range amount);

Defines an experience drop.

For more information, see:

Drop replaceBlock(string block);

Defines a blockstate to replace the block with.

For more information, see:

Drop replaceBlock(string block, Map properties);

Defines a blockstate to replace the block with.

For more information, see: