public CraftIpBanEntry(String target, IPBanEntry entry, BanList list) { this.list = list; this.target = target; this.created = entry.getCreated() != null ? new Date(entry.getCreated().getTime()) : null; this.source = entry.getSource(); this.expiration = entry.getBanEndDate() != null ? new Date(entry.getBanEndDate().getTime()) : null; this.reason = entry.getBanReason(); }
public CraftIpBanList(BanList list) { this.list = list; }
public BanList func_72390_e() { return this.field_72401_g; }
public BanList func_72363_f() { return this.field_72413_h; }