-
- All Implemented Interfaces:
-
com.tealcube.minecraft.bukkit.mythicdrops.api.settings.language.traits.Feasible
public interface DropTomeMessages implements Feasible
Represents the
command.drop-tome
section in the language.yml. Names map practically one-to-one.
-
-
Method Summary
Modifier and Type Method Description abstract String
getSuccess()
abstract String
getFailure()
-
-
Method Detail
-
getSuccess
abstract String getSuccess()
-
getFailure
abstract String getFailure()
-
-
-
-