|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| void | Eat (int foodRank, int foodBuffTime) |
| void | Update () |
| void | Clear () |
Properties | |
| int | TimeLeft [get] |
| int | Rank [get] |
Private Member Functions | |
| void | AddTimeTo (ref int foodTimeCounter, ref int timeLeftToAdd, int counterMaximumTime) |
| void | ReduceTimeLeft () |
Private Attributes | |
| int | _timeLeftRank1 |
| int | _timeLeftRank2 |
| int | _timeLeftRank3 |
Static Private Attributes | |
| const int | MAXIMUM_TIME_LEFT_PER_COUNTER = 72000 |
Definition at line 3 of file WellFedHelper.cs.