Uses of Enum Class
net.minecraft.client.multiplayer.ServerData.ServerPackStatus
Packages that use ServerData.ServerPackStatus
-
Uses of ServerData.ServerPackStatus in net.minecraft.client.multiplayer
Subclasses with type arguments of type ServerData.ServerPackStatus in net.minecraft.client.multiplayerFields in net.minecraft.client.multiplayer declared as ServerData.ServerPackStatusFields in net.minecraft.client.multiplayer with type parameters of type ServerData.ServerPackStatusModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<ServerData.ServerPackStatus> ServerData.ServerPackStatus.FIELD_CODECMethods in net.minecraft.client.multiplayer that return ServerData.ServerPackStatusModifier and TypeMethodDescriptionServerData.getResourcePackStatus()static ServerData.ServerPackStatusReturns the enum constant of this class with the specified name.static ServerData.ServerPackStatus[]ServerData.ServerPackStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.client.multiplayer with parameters of type ServerData.ServerPackStatusModifier and TypeMethodDescriptionvoidServerData.setResourcePackStatus(ServerData.ServerPackStatus packStatus)