|
LeviLamina
|
Public Member Functions | |
| MCAPI void | _bribe (::Actor &owner, ::Player &player) |
| MCAPI bool | _canBribe (::ItemStack const &item) |
| MCAPI void | addAdditionalSaveData (::CompoundTag &tag) const |
| MCAPI bool | clientBribeCheck (::Actor &owner) |
| MCFOLD int & | getBribeCooldown () |
| MCFOLD int & | getBribeTimer () |
| MCAPI::InteractionResult | getInteraction (::Actor &owner, ::Player &player, ::ActorInteraction &interaction) |
| MCAPI void | readAdditionalSaveData (::Actor &owner, ::CompoundTag const &tag, ::DataLoadHelper &dataLoadHelper) |
| MCAPI void | resetBribe (::Actor &owner) |
| MCFOLD void * | $ctor () |
Public Attributes | |
| ::ll::TypedStorage< 8, 8, ::BribeableDefinition const * > | mStaticData |
| ::ll::TypedStorage< 4, 4, int > | mBribeTimer |
| ::ll::TypedStorage< 4, 4, int > | mBribeCooldown |
| ::ll::TypedStorage< 4, 4, int > | mBribeCooldownTime |