Class HammerPointState
- Namespace
- Nekoyume.Model.State
- Assembly
- Lib9c.dll
public class HammerPointState : IState
- Inheritance
-
HammerPointState
- Implements
-
- Inherited Members
-
Constructors
HammerPointState(Address, List)
public HammerPointState(Address address, List serialized)
Parameters
address
Address
serialized
List
HammerPointState(Address, int)
public HammerPointState(Address address, int recipeId)
Parameters
address
Address
recipeId
int
Properties
Address
public Address Address { get; }
Property Value
- Address
HammerPoint
public int HammerPoint { get; }
Property Value
- int
RecipeId
public int RecipeId { get; }
Property Value
- int
Methods
AddHammerPoint(int, CrystalHammerPointSheet)
public void AddHammerPoint(int point, CrystalHammerPointSheet sheet = null)
Parameters
point
int
sheet
CrystalHammerPointSheet
ResetHammerPoint()
public void ResetHammerPoint()
Serialize()
public IValue Serialize()
Returns
- IValue