Uses of Enum Class
net.minecraft.client.resources.server.ServerPackManager.PackPromptStatus
Packages that use ServerPackManager.PackPromptStatus
-
Uses of ServerPackManager.PackPromptStatus in net.minecraft.client.resources.server
Fields in net.minecraft.client.resources.server declared as ServerPackManager.PackPromptStatusMethods in net.minecraft.client.resources.server that return ServerPackManager.PackPromptStatusModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ServerPackManager.PackPromptStatus[]
ServerPackManager.PackPromptStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.client.resources.server with parameters of type ServerPackManager.PackPromptStatusModifier and TypeMethodDescriptionvoid
DownloadedPackSource.configureForServerControl
(Connection pConnection, ServerPackManager.PackPromptStatus pPackPromptStatus) Constructors in net.minecraft.client.resources.server with parameters of type ServerPackManager.PackPromptStatusModifierConstructorDescriptionServerPackManager
(PackDownloader pDownloader, PackLoadFeedback pPackLoadFeedback, PackReloadConfig pReloadConfig, Runnable pUpdateRequest, ServerPackManager.PackPromptStatus pPackPromptStatus)