public enum ClientboundDebugRendererType extends Enum<ClientboundDebugRendererType>
| Enum Constant and Description |
|---|
ADD_DEBUG_MARKER_CUBE |
CLEAR_DEBUG_MARKERS |
INVALID |
| Modifier and Type | Method and Description |
|---|---|
static ClientboundDebugRendererType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClientboundDebugRendererType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClientboundDebugRendererType INVALID
public static final ClientboundDebugRendererType CLEAR_DEBUG_MARKERS
public static final ClientboundDebugRendererType ADD_DEBUG_MARKER_CUBE
public static ClientboundDebugRendererType[] values()
for (ClientboundDebugRendererType c : ClientboundDebugRendererType.values()) System.out.println(c);
public static ClientboundDebugRendererType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2018–2022 NukkitX. All rights reserved.