Java 类net.minecraft.server.management.BanList 实例源码

项目:Uranium    文件:CraftIpBanEntry.java   
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();
}
项目:ThermosRebased    文件:CraftIpBanEntry.java   
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();
}
项目:Thermos    文件:CraftIpBanEntry.java   
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();
}
项目:KCauldron    文件:CraftIpBanEntry.java   
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();
}
项目:CauldronGit    文件:CraftIpBanEntry.java   
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();
}
项目:Cauldron-Old    文件:CraftIpBanEntry.java   
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();
}
项目:Cauldron-Reloaded    文件:CraftIpBanEntry.java   
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();
}
项目:FFoKC    文件:CraftIpBanEntry.java   
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();
}
项目:Cauldron    文件:CraftIpBanEntry.java   
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();
}
项目:Uranium    文件:CraftIpBanList.java   
public CraftIpBanList(BanList list) {
    this.list = list;
}
项目:ThermosRebased    文件:CraftIpBanList.java   
public CraftIpBanList(BanList list) {
    this.list = list;
}
项目:Thermos    文件:CraftIpBanList.java   
public CraftIpBanList(BanList list) {
    this.list = list;
}
项目:KCauldron    文件:CraftIpBanList.java   
public CraftIpBanList(BanList list) {
    this.list = list;
}
项目:CauldronGit    文件:CraftIpBanList.java   
public CraftIpBanList(BanList list) {
    this.list = list;
}
项目:Cauldron-Old    文件:CraftIpBanList.java   
public CraftIpBanList(BanList list) {
    this.list = list;
}
项目:Cauldron-Reloaded    文件:CraftIpBanList.java   
public CraftIpBanList(BanList list) {
    this.list = list;
}
项目:FFoKC    文件:CraftIpBanList.java   
public CraftIpBanList(BanList list) {
    this.list = list;
}
项目:Cauldron    文件:CraftIpBanList.java   
public CraftIpBanList(BanList list) {
    this.list = list;
}
项目:RuneCraftery    文件:ServerConfigurationManager.java   
public BanList func_72390_e() {
   return this.field_72401_g;
}
项目:RuneCraftery    文件:ServerConfigurationManager.java   
public BanList func_72363_f() {
   return this.field_72413_h;
}