Uses of Enum Class
net.minecraft.client.network.ServerInfo.ResourcePackPolicy
Packages that use ServerInfo.ResourcePackPolicy
-
Uses of ServerInfo.ResourcePackPolicy in net.minecraft.client.network
Fields in net.minecraft.client.network declared as ServerInfo.ResourcePackPolicyModifier and TypeFieldDescriptionprivate ServerInfo.ResourcePackPolicy
ServerInfo.resourcePackPolicy
Methods in net.minecraft.client.network that return ServerInfo.ResourcePackPolicyModifier 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.Methods in net.minecraft.client.network with parameters of type ServerInfo.ResourcePackPolicyModifier and TypeMethodDescriptionvoid
ServerInfo.setResourcePackPolicy
(ServerInfo.ResourcePackPolicy resourcePackPolicy) Sets the resource pack policy on this server.