Package me.lokka30.levelledmobs.customdrops
package me.lokka30.levelledmobs.customdrops
-
ClassDescriptionHolds any custom commands as parsed from customdrops.ymlBase class for all custom drops including custom commandsHolds a mob or group instance and associates it with a list of custom drop items.This holds all the attributes set for a custom drop itemUsed to store information when a custom drop item is being requested either during mob spawn in for equipped items or after mob death to get the items the mob will potentially dropUsed internally to determine if the mob's vanilla items should be removed or notHolds all default values for either all custom drop itemsThe main CustomDropsclass that holds useful functions for parsing, instantizing and more of custom drop itemsParses all data from customdrops.yml and places into the corresponding java classesThis class allows 3rd parties to add custom drops directly to LevelledMobsInterfaces with the plugin LM_Items so can custom items from 3rd party plugins can be used directly in custom drops