studio.magemonkey.divinity.stats.items.attributes.api.Emptible Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of divinity Show documentation
Show all versions of divinity Show documentation
Custom items, combat, and more!
The newest version!
package studio.magemonkey.divinity.stats.items.attributes.api;
import org.jetbrains.annotations.NotNull;
public interface Emptible {
boolean isEmpty(@NotNull Z value);
public @NotNull Z getDefaultValue();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy