JavaScript is disabled on your browser.
Nested Class Summary
Nested Classes
Enum Constant Summary
Enum Constants
Field Summary
Fields
final net.minecraft.tags.TagKey<net.minecraft.world.item.Item>
final boolean
True is this metal generates naturally.
The immutable set of mods which provide an ingot and nugget form of this metal.
The name of this metal, for use in IDs.
final net.minecraft.tags.TagKey<net.minecraft.world.item.Item>
final net.minecraft.tags.TagKey<net.minecraft.world.item.Item>
final net.minecraft.tags.TagKey<net.minecraft.world.item.Item>
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
Field Details
name
The name of this metal, for use in IDs. Note that a metal's name may be different depending on mod context.
See Also:
mods
The immutable set of mods which provide an ingot and nugget form of this metal.
isNatural
public final boolean isNatural
True is this metal generates naturally. If false, the following tags are nonsense:
rawOres
public final net.minecraft.tags.TagKey<net.minecraft.world.item.Item> rawOres
ingots
public final net.minecraft.tags.TagKey<net.minecraft.world.item.Item> ingots
nuggets
public final net.minecraft.tags.TagKey<net.minecraft.world.item.Item> nuggets
plates
public final net.minecraft.tags.TagKey<net.minecraft.world.item.Item> plates
Method Details
values
Returns an array containing the constants of this enum class, in
the order they are declared.
Returns:
an array containing the constants of this enum class, in the order they are declared
valueOf
Returns the enum constant of this class with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this class. (Extraneous whitespace characters are
not permitted.)
Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum class has no constant with the specified name
NullPointerException - if the argument is null
of
Returns:
the set of all metals known to be provided by the given mod.