enum class_5510 extends Enum<class_5510>
| Enum Constant and Description |
|---|
field_26791 |
field_26792 |
field_26793 |
field_26794 |
field_26795 |
field_26796 |
| Modifier and Type | Field and Description |
|---|---|
protected static UUID |
field_26797 |
protected static UUID |
field_26798 |
protected static UUID |
field_26799 |
| Modifier and Type | Method and Description |
|---|---|
float |
method_31244(ToolMaterial toolMaterial) |
void |
method_31245(ToolMaterial toolMaterial,
ImmutableMultimap.Builder<EntityAttribute,EntityAttributeModifier> builder) |
float |
method_31246(ToolMaterial toolMaterial) |
float |
method_31247(ToolMaterial toolMaterial) |
static class_5510 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static class_5510[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final class_5510 field_26791
public static final class_5510 field_26792
public static final class_5510 field_26793
public static final class_5510 field_26794
public static final class_5510 field_26795
public static final class_5510 field_26796
protected static final UUID field_26797
protected static final UUID field_26798
protected static final UUID field_26799
public static class_5510[] values()
for (class_5510 c : class_5510.values()) System.out.println(c);
public static class_5510 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 void method_31245(ToolMaterial toolMaterial, ImmutableMultimap.Builder<EntityAttribute,EntityAttributeModifier> builder)
public float method_31244(ToolMaterial toolMaterial)
public float method_31246(ToolMaterial toolMaterial)
public float method_31247(ToolMaterial toolMaterial)