public enum class_5360 extends Enum<class_5360> implements class_5362
| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
boolean |
method_29554(Explosion explosion,
BlockView blockView,
BlockPos blockPos,
BlockState blockState,
float float2) |
Optional<Float> |
method_29555(Explosion explosion,
BlockView blockView,
BlockPos blockPos,
BlockState blockState,
FluidState fluidState) |
static class_5360 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static class_5360[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final class_5360 INSTANCE
public static class_5360[] values()
for (class_5360 c : class_5360.values()) System.out.println(c);
public static class_5360 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 Optional<Float> method_29555(Explosion explosion, BlockView blockView, BlockPos blockPos, BlockState blockState, FluidState fluidState)
method_29555 in interface class_5362public boolean method_29554(Explosion explosion, BlockView blockView, BlockPos blockPos, BlockState blockState, float float2)
method_29554 in interface class_5362