Class LogTurretPurchaseAmmo
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.LogTurretPurchaseAmmo
- All Implemented Interfaces:
org.kingdoms.abstraction.PlayerOperator,org.kingdoms.locale.provider.MessageContextProvider
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedLogTurretPurchaseAmmo(long resourcePoints, UUID player, org.kingdoms.events.items.turrets.TurretAmmoFillEvent.FillType fillType, SimpleLocation location, TurretStyle style, int oldAmount, int newAmount) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddEdits(MessageBuilder builder) voiddeserialize(DeserializationContext<org.kingdoms.data.database.dataprovider.SectionableDataGetter> context) voidserialize(SerializationContext<org.kingdoms.data.database.dataprovider.SectionableDataSetter> context) Methods 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
-
LogTurretPurchaseAmmo
protected LogTurretPurchaseAmmo() -
LogTurretPurchaseAmmo
public LogTurretPurchaseAmmo(long resourcePoints, UUID player, org.kingdoms.events.items.turrets.TurretAmmoFillEvent.FillType fillType, SimpleLocation location, TurretStyle style, int oldAmount, int newAmount)
-
-
Method Details
-
getProvider
- Specified by:
getProviderin classAuditLog
-
deserialize
public void deserialize(DeserializationContext<org.kingdoms.data.database.dataprovider.SectionableDataGetter> context) - Overrides:
deserializein classLogResourcePoints
-
serialize
public void serialize(SerializationContext<org.kingdoms.data.database.dataprovider.SectionableDataSetter> context) - Overrides:
serializein classLogResourcePoints
-
addEdits
- Overrides:
addEditsin classLogResourcePoints
-