Uses of Class
net.minecraft.client.realms.RealmsClient
Packages that use RealmsClient
Package
Description
The base package for all Minecraft classes.
-
Uses of RealmsClient in net.minecraft
Constructors in net.minecraft with parameters of type RealmsClient -
Uses of RealmsClient in net.minecraft.client.realms
Methods in net.minecraft.client.realms that return RealmsClientModifier and TypeMethodDescriptionstatic RealmsClient
RealmsClient.createRealmsClient
(MinecraftClient minecraftClient) static RealmsClient
RealmsClient.method_44616()
-
Uses of RealmsClient in net.minecraft.client.realms.gui.screen
Methods in net.minecraft.client.realms.gui.screen with parameters of type RealmsClientModifier and TypeMethodDescription(package private) com.mojang.datafixers.util.Either<WorldTemplatePaginatedList,
String> RealmsSelectWorldTemplateScreen.fetchWorldTemplates
(WorldTemplatePaginatedList templateList, RealmsClient realms) -
Uses of RealmsClient in net.minecraft.client.realms.task
Methods in net.minecraft.client.realms.task with parameters of type RealmsClientModifier and TypeMethodDescriptionprotected void
ResettingNormalWorldTask.resetWorld
(RealmsClient client, long worldId) protected abstract void
ResettingWorldTask.resetWorld
(RealmsClient client, long worldId) protected void
ResettingWorldTemplateTask.resetWorld
(RealmsClient client, long worldId)