com.github.frontear.efkolia.impl.configuration.Configurable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Efkolia Show documentation
Show all versions of Efkolia Show documentation
A simple framework designed for Minecraft modding
package com.github.frontear.efkolia.impl.configuration;
import com.github.frontear.efkolia.api.configuration.IConfigurable;
import com.github.frontear.internal.NotNull;
public abstract class Configurable> implements IConfigurable {
@NotNull
@Override
public String getPropertyName() {
return this.getClass().getSimpleName();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy