All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.tealcube.minecraft.bukkit.mythicdrops.api.settings.spawning.Creature.kt Maven / Gradle / Ivy

There is a newer version: 9.0.4
Show newest version
package com.tealcube.minecraft.bukkit.mythicdrops.api.settings.spawning

import org.bukkit.entity.EntityType

/**
 * Represents a creature in the creatureSpawning.yml.
 */
interface Creature {
    val entityType: EntityType
    val dropMultiplier: Double
    val tierDrops: List
    val numberOfLootPasses: NumberOfPasses
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy