CustomDropsHandler

The main CustomDropsclass that holds useful functions for parsing, instantizing and more of custom drop items

Author

stumper66

Since

2.4.0

Constructors

Link copied to clipboard
constructor()

Properties

Functions

Link copied to clipboard
fun addCustomDropGroup(groupName: String, customDropInstance: CustomDropInstance)
Link copied to clipboard
fun addCustomDropItem(entityType: EntityType, customDropInstance: CustomDropInstance)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun getCustomItemDrops(lmEntity: LivingEntityWrapper, drops: MutableList<ItemStack>, equippedOnly: Boolean): CustomDropResult
Link copied to clipboard
Link copied to clipboard
fun load()
Link copied to clipboard
fun setDropInstanceFromId(groupId: String, dropInstance: CustomDropInstance)