public static enum AllTags.AllFluidTags extends java.lang.Enum<AllTags.AllFluidTags>
| Enum Constant and Description |
|---|
HONEY |
NO_INFINITE_DRAINING |
| Modifier and Type | Field and Description |
|---|---|
net.minecraft.tags.ITag.INamedTag<net.minecraft.fluid.Fluid> |
tag |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(net.minecraft.fluid.Fluid fluid) |
static AllTags.AllFluidTags |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AllTags.AllFluidTags[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AllTags.AllFluidTags NO_INFINITE_DRAINING
public static final AllTags.AllFluidTags HONEY
public static AllTags.AllFluidTags[] values()
for (AllTags.AllFluidTags c : AllTags.AllFluidTags.values()) System.out.println(c);
public static AllTags.AllFluidTags valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic boolean matches(net.minecraft.fluid.Fluid fluid)