Class TrimMaterialKeys
java.lang.Object
fr.fidorial.registry.keys.TrimMaterialKeys
Typed keys for entries in the
minecraft:trim_material registry.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TypedKey<TrimMaterial> Key forminecraft:amethyst.static final TypedKey<TrimMaterial> Key forminecraft:copper.static final TypedKey<TrimMaterial> Key forminecraft:diamond.static final TypedKey<TrimMaterial> Key forminecraft:emerald.static final TypedKey<TrimMaterial> Key forminecraft:gold.static final TypedKey<TrimMaterial> Key forminecraft:iron.static final TypedKey<TrimMaterial> Key forminecraft:lapis.static final TypedKey<TrimMaterial> Key forminecraft:netherite.static final TypedKey<TrimMaterial> Key forminecraft:quartz.static final TypedKey<TrimMaterial> Key forminecraft:redstone.static final TypedKey<TrimMaterial> Key forminecraft:resin. -
Method Summary
Modifier and TypeMethodDescriptionstatic Stream<TypedKey<TrimMaterial>> values()Returns a stream containing all keys declared by this class.
-
Field Details
-
AMETHYST
Key forminecraft:amethyst. -
COPPER
Key forminecraft:copper. -
DIAMOND
Key forminecraft:diamond. -
EMERALD
Key forminecraft:emerald. -
GOLD
Key forminecraft:gold. -
IRON
Key forminecraft:iron. -
LAPIS
Key forminecraft:lapis. -
NETHERITE
Key forminecraft:netherite. -
QUARTZ
Key forminecraft:quartz. -
REDSTONE
Key forminecraft:redstone. -
RESIN
Key forminecraft:resin.
-
-
Method Details
-
values
Returns a stream containing all keys declared by this class.- Returns:
- a stream of registry keys
-