Uses of Enum Class
net.minecraftforge.network.Channel.VersionTest.Status
Packages that use Channel.VersionTest.Status
-
Uses of Channel.VersionTest.Status in net.minecraftforge.network
Methods in net.minecraftforge.network that return Channel.VersionTest.StatusModifier 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.Methods in net.minecraftforge.network with parameters of type Channel.VersionTest.StatusModifier and TypeMethodDescriptionboolean
Channel.VersionTest.accepts
(Channel.VersionTest.Status status, int version) Tests is the specified version is compatible with this channel.