186418651866186718681869187018711872
@Override public final PcStat getStat() { if(super.getStat() == null || !(super.getStat() instanceof PcStat)) { setStat(new PcStat(this)); } return (PcStat) super.getStat(); }