Uses of Enum Class
net.minecraft.client.network.ServerInfo.ResourcePackPolicy
-
Uses of ServerInfo.ResourcePackPolicy in net.minecraft.client.network
Modifier and TypeFieldDescriptionprivate ServerInfo.ResourcePackPolicy
ServerInfo.resourcePackPolicy
Modifier and TypeMethodDescriptionServerInfo.getResourcePackPolicy()
Returns the policy on resource packs sent by this server.Returns the enum constant of this class with the specified name.static ServerInfo.ResourcePackPolicy[]
ServerInfo.ResourcePackPolicy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
ServerInfo.setResourcePackPolicy
(ServerInfo.ResourcePackPolicy resourcePackPolicy) Sets the resource pack policy on this server.