Mounts
in package
implements
Translatable
Mounts.
Tags
Interfaces, Classes, Traits and Enums
- Translatable
Table of Contents
- $mountactive : bool|null
- $mountbuff : array<string|int, mixed>
- $mountcategory : string|null
- $mountcostgems : int|null
- $mountcostgold : int|null
- $mountdesc : string|null
- $mountdkcost : int|null
- $mountfeedcost : int|null
- $mountforestfights : int|null
- $mountid : int|null
- $mountlocation : string|null
- $mountname : string|null
- $newday : string|null
- $partrecharge : string|null
- $recharge : string|null
- $translations : Collection
- __construct() : mixed
- __toString() : mixed
- addTranslation() : void
- getMountactive() : bool
- Get the value of Mountactive.
- getMountbuff() : array<string|int, mixed>
- Get the value of Mountbuff.
- getMountcategory() : string
- Get the value of Mountcategory.
- getMountcostgems() : int
- Get the value of Mountcostgems.
- getMountcostgold() : int
- Get the value of Mountcostgold.
- getMountdesc() : string
- Get the value of Mountdesc.
- getMountdkcost() : int
- Get the value of Mountdkcost.
- getMountfeedcost() : int
- Get the value of Mountfeedcost.
- getMountforestfights() : int
- Get the value of Mountforestfights.
- getMountid() : int
- Get the value of Mountid.
- getMountlocation() : string
- Get the value of Mountlocation.
- getMountname() : string
- Get the value of Mountname.
- getNewday() : string
- Get the value of Newday.
- getPartrecharge() : string
- Get the value of Partrecharge.
- getRecharge() : string
- Get the value of Recharge.
- getTranslations() : mixed
- setMountactive() : self
- Set the value of Mountactive.
- setMountbuff() : self
- Set the value of Mountbuff.
- setMountcategory() : self
- Set the value of Mountcategory.
- setMountcostgems() : self
- Set the value of Mountcostgems.
- setMountcostgold() : self
- Set the value of Mountcostgold.
- setMountdesc() : self
- Set the value of Mountdesc.
- setMountdkcost() : self
- Set the value of Mountdkcost.
- setMountfeedcost() : self
- Set the value of Mountfeedcost.
- setMountforestfights() : self
- Set the value of Mountforestfights.
- setMountid() : self
- Set the value of Mountid.
- setMountlocation() : self
- Set the value of Mountlocation.
- setMountname() : self
- Set the value of Mountname.
- setNewday() : self
- Set the value of Newday.
- setPartrecharge() : self
- Set the value of Partrecharge.
- setRecharge() : self
- Set the value of Recharge.
Properties
$mountactive
private
bool|null
$mountactive
= true
Tags
$mountbuff
private
array<string|int, mixed>
$mountbuff
= []
Tags
$mountcategory
private
string|null
$mountcategory
= null
Tags
$mountcostgems
private
int|null
$mountcostgems
= 0
Tags
$mountcostgold
private
int|null
$mountcostgold
= 0
Tags
$mountdesc
private
string|null
$mountdesc
= null
Tags
$mountdkcost
private
int|null
$mountdkcost
= 0
Tags
$mountfeedcost
private
int|null
$mountfeedcost
= 20
Tags
$mountforestfights
private
int|null
$mountforestfights
= 0
Tags
$mountid
private
int|null
$mountid
= null
Tags
$mountlocation
private
string|null
$mountlocation
= 'all'
Tags
$mountname
private
string|null
$mountname
= null
Tags
$newday
private
string|null
$newday
= null
Tags
$partrecharge
private
string|null
$partrecharge
= null
Tags
$recharge
private
string|null
$recharge
= null
Tags
$translations
private
Collection
$translations
Tags
Methods
__construct()
public
__construct() : mixed
Return values
mixed —__toString()
public
__toString() : mixed
Return values
mixed —addTranslation()
public
addTranslation(MountsTranslation $t) : void
Parameters
- $t : MountsTranslation
Return values
void —getMountactive()
Get the value of Mountactive.
public
getMountactive() : bool
Return values
bool —getMountbuff()
Get the value of Mountbuff.
public
getMountbuff() : array<string|int, mixed>
Return values
array<string|int, mixed> —getMountcategory()
Get the value of Mountcategory.
public
getMountcategory() : string
Return values
string —getMountcostgems()
Get the value of Mountcostgems.
public
getMountcostgems() : int
Return values
int —getMountcostgold()
Get the value of Mountcostgold.
public
getMountcostgold() : int
Return values
int —getMountdesc()
Get the value of Mountdesc.
public
getMountdesc() : string
Return values
string —getMountdkcost()
Get the value of Mountdkcost.
public
getMountdkcost() : int
Return values
int —getMountfeedcost()
Get the value of Mountfeedcost.
public
getMountfeedcost() : int
Return values
int —getMountforestfights()
Get the value of Mountforestfights.
public
getMountforestfights() : int
Return values
int —getMountid()
Get the value of Mountid.
public
getMountid() : int
Return values
int —getMountlocation()
Get the value of Mountlocation.
public
getMountlocation() : string
Return values
string —getMountname()
Get the value of Mountname.
public
getMountname() : string
Return values
string —getNewday()
Get the value of Newday.
public
getNewday() : string
Return values
string —getPartrecharge()
Get the value of Partrecharge.
public
getPartrecharge() : string
Return values
string —getRecharge()
Get the value of Recharge.
public
getRecharge() : string
Return values
string —getTranslations()
public
getTranslations() : mixed
Return values
mixed —setMountactive()
Set the value of Mountactive.
public
setMountactive(bool $mountactive) : self
Parameters
- $mountactive : bool
Return values
self —setMountbuff()
Set the value of Mountbuff.
public
setMountbuff(array<string|int, mixed> $mountbuff) : self
Parameters
- $mountbuff : array<string|int, mixed>
Return values
self —setMountcategory()
Set the value of Mountcategory.
public
setMountcategory(string $mountcategory) : self
Parameters
- $mountcategory : string
Return values
self —setMountcostgems()
Set the value of Mountcostgems.
public
setMountcostgems(int $mountcostgems) : self
Parameters
- $mountcostgems : int
Return values
self —setMountcostgold()
Set the value of Mountcostgold.
public
setMountcostgold(int $mountcostgold) : self
Parameters
- $mountcostgold : int
Return values
self —setMountdesc()
Set the value of Mountdesc.
public
setMountdesc(string $mountdesc) : self
Parameters
- $mountdesc : string
Return values
self —setMountdkcost()
Set the value of Mountdkcost.
public
setMountdkcost(int $mountdkcost) : self
Parameters
- $mountdkcost : int
Return values
self —setMountfeedcost()
Set the value of Mountfeedcost.
public
setMountfeedcost(int $mountfeedcost) : self
Parameters
- $mountfeedcost : int
Return values
self —setMountforestfights()
Set the value of Mountforestfights.
public
setMountforestfights(int $mountforestfights) : self
Parameters
- $mountforestfights : int
Return values
self —setMountid()
Set the value of Mountid.
public
setMountid(int $mountid) : self
Parameters
- $mountid : int
Return values
self —setMountlocation()
Set the value of Mountlocation.
public
setMountlocation(string $mountlocation) : self
Parameters
- $mountlocation : string
Return values
self —setMountname()
Set the value of Mountname.
public
setMountname(string $mountname) : self
Parameters
- $mountname : string
Return values
self —setNewday()
Set the value of Newday.
public
setNewday(string $newday) : self
Parameters
- $newday : string
Return values
self —setPartrecharge()
Set the value of Partrecharge.
public
setPartrecharge(string $partrecharge) : self
Parameters
- $partrecharge : string
Return values
self —setRecharge()
Set the value of Recharge.
public
setRecharge(string $recharge) : self
Parameters
- $recharge : string