Uses of Class
net.minecraft.world.storage.PlayerData
-
Packages that use PlayerData Package Description net.minecraft.server net.minecraft.server.dedicated net.minecraft.server.integrated net.minecraft.server.management net.minecraft.world.storage net.minecraftforge.event -
-
Uses of PlayerData in net.minecraft.server
Fields in net.minecraft.server declared as PlayerData Modifier and Type Field Description protected PlayerData
MinecraftServer. playerDataStorage
-
Uses of PlayerData in net.minecraft.server.dedicated
Constructors in net.minecraft.server.dedicated with parameters of type PlayerData Constructor Description DedicatedPlayerList(DedicatedServer p_i232600_1_, DynamicRegistries.Impl p_i232600_2_, PlayerData p_i232600_3_)
-
Uses of PlayerData in net.minecraft.server.integrated
Constructors in net.minecraft.server.integrated with parameters of type PlayerData Constructor Description IntegratedPlayerList(IntegratedServer p_i232493_1_, DynamicRegistries.Impl p_i232493_2_, PlayerData p_i232493_3_)
-
Uses of PlayerData in net.minecraft.server.management
Fields in net.minecraft.server.management declared as PlayerData Modifier and Type Field Description private PlayerData
PlayerList. playerIo
Constructors in net.minecraft.server.management with parameters of type PlayerData Constructor Description PlayerList(MinecraftServer p_i231425_1_, DynamicRegistries.Impl p_i231425_2_, PlayerData p_i231425_3_, int p_i231425_4_)
-
Uses of PlayerData in net.minecraft.world.storage
Methods in net.minecraft.world.storage that return PlayerData Modifier and Type Method Description PlayerData
SaveFormat.LevelSave. createPlayerStorage()
-
Uses of PlayerData in net.minecraftforge.event
Methods in net.minecraftforge.event with parameters of type PlayerData Modifier and Type Method Description static void
ForgeEventFactory. firePlayerLoadingEvent(PlayerEntity player, PlayerData playerFileData, java.lang.String uuidString)
-