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

项目:Uranium    文件:CraftProfileBanEntry.java   
public CraftProfileBanEntry(GameProfile profile, UserListBansEntry entry, UserListBans list) {
    this.list = list;
    this.profile = profile;
    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    文件:CraftProfileBanEntry.java   
public CraftProfileBanEntry(GameProfile profile, UserListBansEntry entry, UserListBans list) {
    this.list = list;
    this.profile = profile;
    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    文件:CraftProfileBanEntry.java   
public CraftProfileBanEntry(GameProfile profile, UserListBansEntry entry, UserListBans list) {
    this.list = list;
    this.profile = profile;
    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    文件:CraftProfileBanEntry.java   
public CraftProfileBanEntry(GameProfile profile, UserListBansEntry entry, UserListBans list) {
    this.list = list;
    this.profile = profile;
    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    文件:CraftProfileBanEntry.java   
public CraftProfileBanEntry(GameProfile profile, UserListBansEntry entry, UserListBans list) {
    this.list = list;
    this.profile = profile;
    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    文件:CraftProfileBanEntry.java   
public CraftProfileBanEntry(GameProfile profile, UserListBansEntry entry, UserListBans list) {
    this.list = list;
    this.profile = profile;
    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    文件:CraftProfileBanEntry.java   
public CraftProfileBanEntry(GameProfile profile, UserListBansEntry entry, UserListBans list) {
    this.list = list;
    this.profile = profile;
    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    文件:CraftProfileBanEntry.java   
public CraftProfileBanEntry(GameProfile profile, UserListBansEntry entry, UserListBans list) {
    this.list = list;
    this.profile = profile;
    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    文件:CraftProfileBanEntry.java   
public CraftProfileBanEntry(GameProfile profile, UserListBansEntry entry, UserListBans list) {
    this.list = list;
    this.profile = profile;
    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    文件:CraftProfileBanList.java   
public CraftProfileBanList(UserListBans list){
    this.list = list;
}
项目:ThermosRebased    文件:CraftProfileBanList.java   
public CraftProfileBanList(UserListBans list){
    this.list = list;
}
项目:Thermos    文件:CraftProfileBanList.java   
public CraftProfileBanList(UserListBans list){
    this.list = list;
}
项目:KCauldron    文件:CraftProfileBanList.java   
public CraftProfileBanList(UserListBans list){
    this.list = list;
}
项目:CauldronGit    文件:CraftProfileBanList.java   
public CraftProfileBanList(UserListBans list){
    this.list = list;
}
项目:Cauldron-Old    文件:CraftProfileBanList.java   
public CraftProfileBanList(UserListBans list){
    this.list = list;
}
项目:Cauldron-Reloaded    文件:CraftProfileBanList.java   
public CraftProfileBanList(UserListBans list){
    this.list = list;
}
项目:FFoKC    文件:CraftProfileBanList.java   
public CraftProfileBanList(UserListBans list){
    this.list = list;
}
项目:Cauldron    文件:CraftProfileBanList.java   
public CraftProfileBanList(UserListBans list){
    this.list = list;
}