Uses of Enum Class
net.minecraft.client.multiplayer.ServerData.ServerPackStatus
Packages that use ServerData.ServerPackStatus
-
Uses of ServerData.ServerPackStatus in net.minecraft.client.multiplayer
Fields 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_CODEC
Methods in net.minecraft.client.multiplayer that return ServerData.ServerPackStatusModifier and TypeMethodDescriptionServerData.getResourcePackStatus()
static ServerData.ServerPackStatus
Returns 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 TypeMethodDescriptionvoid
ServerData.setResourcePackStatus
(ServerData.ServerPackStatus p_105380_)