Uses of Enum Class
net.minecraftforge.network.Channel.VersionTest.Status
-
Uses of Channel.VersionTest.Status in net.minecraftforge.network
Modifier and TypeMethodDescriptionstatic Channel.VersionTest.Status
Returns the enum constant of this class with the specified name.static Channel.VersionTest.Status[]
Channel.VersionTest.Status.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionboolean
Channel.VersionTest.accepts
(Channel.VersionTest.Status status, int version) Tests is the specified version is compatible with this channel.