[][src]Module mc_sim::drop

Structs

Drop

An item drop. The roll is the exact roll that was made that selected this item from the drop list.

DropConfig

The configuration for a drop, but not the drop itself.

DropSim

An item drop simulator. Uses a drop list and uniform random number generation to select drops. This is based on the decompiled minecraft code and I believe it is an accurate representation of that logic. Some features of that code have been removed, as they don't play a part in bartering or blaze drops.

Enums

Item

An item that can be part of a drop table. These are Minecraft items. This list is incomplete, since it only contains the items involved in piglin barters from 1.16.1 and blaze rods.