Package | Description |
---|---|
net.minecraft.server | |
net.minecraft.server.dedicated | |
net.minecraft.server.integrated | |
net.minecraft.tileentity |
Modifier and Type | Field and Description |
---|---|
private PlayerProfileCache |
MinecraftServer.profileCache |
Modifier and Type | Method and Description |
---|---|
PlayerProfileCache |
MinecraftServer.getPlayerProfileCache() |
Constructor and Description |
---|
MinecraftServer(java.io.File p_i50590_1_,
java.net.Proxy p_i50590_2_,
com.mojang.datafixers.DataFixer dataFixerIn,
Commands p_i50590_4_,
com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService p_i50590_5_,
com.mojang.authlib.minecraft.MinecraftSessionService p_i50590_6_,
com.mojang.authlib.GameProfileRepository p_i50590_7_,
PlayerProfileCache p_i50590_8_,
IChunkStatusListenerFactory p_i50590_9_,
java.lang.String p_i50590_10_) |
Constructor and Description |
---|
DedicatedServer(java.io.File p_i50720_1_,
ServerPropertiesProvider p_i50720_2_,
com.mojang.datafixers.DataFixer dataFixerIn,
com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService p_i50720_4_,
com.mojang.authlib.minecraft.MinecraftSessionService p_i50720_5_,
com.mojang.authlib.GameProfileRepository p_i50720_6_,
PlayerProfileCache p_i50720_7_,
IChunkStatusListenerFactory p_i50720_8_,
java.lang.String p_i50720_9_) |
Constructor and Description |
---|
IntegratedServer(Minecraft mcIn,
java.lang.String worldName,
java.lang.String worldNameIn,
WorldSettings worldSettingsIn,
com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService authServiceIn,
com.mojang.authlib.minecraft.MinecraftSessionService sessionServiceIn,
com.mojang.authlib.GameProfileRepository profileRepositoryIn,
PlayerProfileCache profileCacheIn,
IChunkStatusListenerFactory listenerFactoryIn) |
Modifier and Type | Field and Description |
---|---|
private static PlayerProfileCache |
SkullTileEntity.profileCache |
Modifier and Type | Method and Description |
---|---|
static void |
SkullTileEntity.setProfileCache(PlayerProfileCache profileCacheIn) |