Uses of Class
net.minecraft.server.management.PlayerProfileCache
-
Packages that use PlayerProfileCache Package Description net.minecraft.server net.minecraft.server.dedicated net.minecraft.server.integrated net.minecraft.tileentity -
-
Uses of PlayerProfileCache in net.minecraft.server
Fields in net.minecraft.server declared as PlayerProfileCache Modifier and Type Field Description private PlayerProfileCache
MinecraftServer. profileCache
Methods in net.minecraft.server that return PlayerProfileCache Modifier and Type Method Description PlayerProfileCache
MinecraftServer. getProfileCache()
Constructors in net.minecraft.server with parameters of type PlayerProfileCache Constructor Description MinecraftServer(java.lang.Thread p_i232576_1_, DynamicRegistries.Impl p_i232576_2_, SaveFormat.LevelSave p_i232576_3_, IServerConfiguration p_i232576_4_, ResourcePackList p_i232576_5_, java.net.Proxy p_i232576_6_, com.mojang.datafixers.DataFixer p_i232576_7_, DataPackRegistries p_i232576_8_, com.mojang.authlib.minecraft.MinecraftSessionService p_i232576_9_, com.mojang.authlib.GameProfileRepository p_i232576_10_, PlayerProfileCache p_i232576_11_, IChunkStatusListenerFactory p_i232576_12_)
-
Uses of PlayerProfileCache in net.minecraft.server.dedicated
Constructors in net.minecraft.server.dedicated with parameters of type PlayerProfileCache Constructor Description DedicatedServer(java.lang.Thread p_i232601_1_, DynamicRegistries.Impl p_i232601_2_, SaveFormat.LevelSave p_i232601_3_, ResourcePackList p_i232601_4_, DataPackRegistries p_i232601_5_, IServerConfiguration p_i232601_6_, ServerPropertiesProvider p_i232601_7_, com.mojang.datafixers.DataFixer p_i232601_8_, com.mojang.authlib.minecraft.MinecraftSessionService p_i232601_9_, com.mojang.authlib.GameProfileRepository p_i232601_10_, PlayerProfileCache p_i232601_11_, IChunkStatusListenerFactory p_i232601_12_)
-
Uses of PlayerProfileCache in net.minecraft.server.integrated
Constructors in net.minecraft.server.integrated with parameters of type PlayerProfileCache Constructor Description IntegratedServer(java.lang.Thread p_i232494_1_, Minecraft p_i232494_2_, DynamicRegistries.Impl p_i232494_3_, SaveFormat.LevelSave p_i232494_4_, ResourcePackList p_i232494_5_, DataPackRegistries p_i232494_6_, IServerConfiguration p_i232494_7_, com.mojang.authlib.minecraft.MinecraftSessionService p_i232494_8_, com.mojang.authlib.GameProfileRepository p_i232494_9_, PlayerProfileCache p_i232494_10_, IChunkStatusListenerFactory p_i232494_11_)
-
Uses of PlayerProfileCache in net.minecraft.tileentity
Fields in net.minecraft.tileentity declared as PlayerProfileCache Modifier and Type Field Description private static PlayerProfileCache
SkullTileEntity. profileCache
Methods in net.minecraft.tileentity with parameters of type PlayerProfileCache Modifier and Type Method Description static void
SkullTileEntity. setProfileCache(PlayerProfileCache p_184293_0_)
-