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

dev.aurelium.auraskills.api.item.PotionData Maven / Gradle / Ivy

The newest version!
package dev.aurelium.auraskills.api.item;

import org.jetbrains.annotations.Nullable;

public interface PotionData {

    @Nullable
    String[] types();

    @Nullable
    String[] excludedTypes();

    boolean extended();

    boolean upgraded();

    boolean excludeNegative();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy