public enum class_5431 extends Enum<class_5431>
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
method_30367(BlockState blockState,
BlockView blockView,
BlockPos blockPos,
Direction direction) |
static class_5431 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static class_5431[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final class_5431 FULL
public static final class_5431 CENTER
public static final class_5431 RIGID
public static class_5431[] values()
for (class_5431 c : class_5431.values()) System.out.println(c);
public static class_5431 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 nullpublic abstract boolean method_30367(BlockState blockState, BlockView blockView, BlockPos blockPos, Direction direction)