CustomDropInstance

Holds a mob or group instance and associates it with a list of custom drop items. This is where the override for a mob / group is set

Author

stumper66

Since

2.4.0

Constructors

Link copied to clipboard
constructor(associatedMob: EntityType?)
constructor(associatedMob: EntityType?, isBabyMob: Boolean)
constructor(entityGroup: CustomUniversalGroups)

Properties

Link copied to clipboard
var associatedMob: EntityType?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun combineDrop(dropInstance: CustomDropInstance?)
Link copied to clipboard
Link copied to clipboard
open override fun toString(): String