public static enum Tiles3dBoundingVolume.Type extends Enum<Tiles3dBoundingVolume.Type>
| Modifier and Type | Method and Description |
|---|---|
static Tiles3dBoundingVolume.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Tiles3dBoundingVolume.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Tiles3dBoundingVolume.Type box
public static final Tiles3dBoundingVolume.Type region
public static final Tiles3dBoundingVolume.Type sphere
public static Tiles3dBoundingVolume.Type[] values()
for (Tiles3dBoundingVolume.Type c : Tiles3dBoundingVolume.Type.values()) System.out.println(c);
public static Tiles3dBoundingVolume.Type 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 © 2025. All rights reserved.