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

me.deecaad.core.placeholder.PHealthAttribute Maven / Gradle / Ivy

package me.deecaad.core.placeholder;

import me.deecaad.core.utils.AttributeType;

/**
 * Returns the value of {@link AttributeType#GENERIC_MAX_HEALTH} on the item.
 */
public class PHealthAttribute extends AttributePlaceholderHandler {

    public PHealthAttribute() {
        super(AttributeType.GENERIC_MAX_HEALTH);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy