IEntityDrop представляет дроп сущности.

Импорт пакета

Link to импорт-пакета

It might be required for you to import the package if you encounter any issues (like casting an Array), so better be safe than sorry and add the import.
import crafttweaker.entity.IEntityDrop;

Вы можете получить эту информацию из него.

ZenGetterWhat does it doReturn typeUsage
ZenGetter
chance
What does it do
Возвращает шанс дропа.
Return type
float
Usage
drop.chance
ZenGetter
max
What does it do
Возвращает максимальное количество выброшенного предмета.
Return type
int
Usage
drop.max
ZenGetter
min
What does it do
Возвращает минимальное количество выброшенного предмета.
Return type
int
Usage
drop.min
ZenGetter
playerOnly
What does it do
Returns whether the drop is playerOnly.
Return type
boolean
Usage
drop.playerOnly
ZenGetter
range
What does it do
Возвращает промежуток от минимального до максимального числа выброшенного предмета.
Return type
IntegerRange
Usage
drop.range
ZenGetter
stack
What does it do
Возвращает выброшенный предмет.
Return type
IItemStack
Usage
drop.stack