Uses of Enum
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 type with the specified name.static ServerInfo.ResourcePackPolicy[]
ServerInfo.ResourcePackPolicy.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.minecraft.client.network with parameters of type ServerInfo.ResourcePackPolicyModifier and TypeMethodDescriptionvoid
ServerInfo.setResourcePackPolicy(ServerInfo.ResourcePackPolicy policy)
Sets the resource pack policy on this server.