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

dev.aurelium.auraskills.api.loot.Loot Maven / Gradle / Ivy

There is a newer version: 2.2.3
Show newest version
package dev.aurelium.auraskills.api.loot;

public abstract class Loot {

    protected final LootValues values;

    public Loot(LootValues values) {
        this.values = values;
    }

    public LootValues getValues() {
        return values;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy