CustomDropResult

class CustomDropResult(val stackToItem: MutableList<Map.Entry<ItemStack, CustomDropItem>>, val hasOverride: Boolean, val didAnythingDrop: Boolean)

Used internally to determine if the mob's vanilla items should be removed or not

Author

stumper66

Since

2.6.0

Constructors

Link copied to clipboard
constructor(stackToItem: MutableList<Map.Entry<ItemStack, CustomDropItem>>, hasOverride: Boolean, didAnythingDrop: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard