mirror of
https://github.com/SimplexDevelopment/FeelingLucky.git
synced 2025-07-04 19:16:41 +00:00
QOL CHANGES
This commit is contained in:
@ -3,7 +3,9 @@ package io.github.simplex.api;
|
||||
import org.bukkit.attribute.Attribute;
|
||||
import org.bukkit.entity.Player;
|
||||
|
||||
public interface LuckContainer {
|
||||
import java.io.Serializable;
|
||||
|
||||
public interface LuckContainer extends Serializable {
|
||||
Attribute asAttribute();
|
||||
|
||||
double getNumber();
|
||||
|
Reference in New Issue
Block a user