Package net.swofty.server.attribute
Class SkyBlockServerAttributes
java.lang.Object
net.swofty.server.attribute.SkyBlockServerAttributes
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R extends ServerAttribute<T>,
T>
Rget
(SkyBlockServerAttributes.Attributes attribute, Class<R> type) static void
loadAttributes
(org.bson.Document document) static void
static org.bson.Document
-
Constructor Details
-
SkyBlockServerAttributes
public SkyBlockServerAttributes()
-
-
Method Details
-
loadAttributes
public static void loadAttributes(org.bson.Document document) throws com.fasterxml.jackson.core.JsonProcessingException - Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
toDocument
public static org.bson.Document toDocument() -
get
public <R extends ServerAttribute<T>,T> R get(SkyBlockServerAttributes.Attributes attribute, Class<R> type) -
saveAttributeLoop
public static void saveAttributeLoop()
-