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

dev.the_fireplace.mobrebirth.domain.config.ConfigValues Maven / Gradle / Ivy

There is a newer version: 10.2.2+1.18.2
Show newest version
package dev.the_fireplace.mobrebirth.domain.config;

public interface ConfigValues {
    boolean getAllowBossRebirth();

    boolean getAllowSlimeRebirth();

    boolean getAllowAnimalRebirth();

    boolean getVanillaRebirthOnly();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy