Class LogPurchaseStructure
java.lang.Object
org.kingdoms.constants.group.model.logs.AuditLog
org.kingdoms.constants.group.model.logs.misc.LogPlayerOperator
org.kingdoms.constants.group.model.logs.purchases.LogResourcePoints
org.kingdoms.constants.group.model.logs.purchases.kingdomitem.LogKingdomItemPurchase
org.kingdoms.constants.group.model.logs.purchases.kingdomitem.LogPurchaseStructure
- All Implemented Interfaces:
org.kingdoms.abstraction.PlayerOperator,org.kingdoms.locale.provider.MessageContextProvider
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedLogPurchaseStructure(long resourcePoints, UUID player, int amount, KingdomItemStyle<?, ?, ?> style) -
Method Summary
Modifier and TypeMethodDescriptionprotected KingdomItemStyle<?,?, ?> getStyleFromString(String styleName) Methods inherited from class org.kingdoms.constants.group.model.logs.purchases.kingdomitem.LogKingdomItemPurchase
addEdits, deserialize, getAmount, getStyle, serializeMethods inherited from class org.kingdoms.constants.group.model.logs.purchases.LogResourcePoints
getResourcePointsMethods inherited from class org.kingdoms.constants.group.model.logs.misc.LogPlayerOperator
getPlayer, getPlayerIdMethods inherited from class org.kingdoms.constants.group.model.logs.AuditLog
addMessageContextEdits, getTimeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.kingdoms.locale.provider.MessageContextProvider
getMessageContext
-
Field Details
-
PROVIDER
-
-
Constructor Details
-
LogPurchaseStructure
protected LogPurchaseStructure() -
LogPurchaseStructure
public LogPurchaseStructure(long resourcePoints, UUID player, int amount, KingdomItemStyle<?, ?, ?> style)
-
-
Method Details
-
getProvider
- Specified by:
getProviderin classAuditLog
-
getStyleFromString
- Specified by:
getStyleFromStringin classLogKingdomItemPurchase
-