JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Enum Class
net.minecraft.client.multiplayer.chat.report.BanReason
Packages that use
BanReason
Package
Description
net.minecraft.client.multiplayer.chat.report
Uses of
BanReason
in
net.minecraft.client.multiplayer.chat.report
Methods in
net.minecraft.client.multiplayer.chat.report
that return
BanReason
Modifier and Type
Method
Description
static
BanReason
BanReason.
byId
(int p_272793_)
static
BanReason
BanReason.
valueOf
(
String
name)
Returns the enum constant of this class with the specified name.
static
BanReason
[]
BanReason.
values
()
Returns an array containing the constants of this enum class, in the order they are declared.