Uses of Class
net.minecraft.server.integrated.IntegratedServer
-
Packages that use IntegratedServer Package Description net.minecraft.client net.minecraft.client.renderer.debug net.minecraft.server.integrated -
-
Uses of IntegratedServer in net.minecraft.client
Fields in net.minecraft.client declared as IntegratedServer Modifier and Type Field Description private IntegratedServer
Minecraft. singleplayerServer
Methods in net.minecraft.client that return IntegratedServer Modifier and Type Method Description IntegratedServer
Minecraft. getSingleplayerServer()
-
Uses of IntegratedServer in net.minecraft.client.renderer.debug
Constructors in net.minecraft.client.renderer.debug with parameters of type IntegratedServer Constructor Description Entry(IntegratedServer p_i226030_2_, double p_i226030_3_, double p_i226030_5_)
-
Uses of IntegratedServer in net.minecraft.server.integrated
Methods in net.minecraft.server.integrated that return IntegratedServer Modifier and Type Method Description IntegratedServer
IntegratedPlayerList. getServer()
Constructors in net.minecraft.server.integrated with parameters of type IntegratedServer Constructor Description IntegratedPlayerList(IntegratedServer p_i232493_1_, DynamicRegistries.Impl p_i232493_2_, PlayerData p_i232493_3_)
-