Class WorldClockKeys
java.lang.Object
fr.fidorial.registry.keys.WorldClockKeys
Typed keys for entries in the
minecraft:world_clock registry.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TypedKey<WorldClock> Key forminecraft:overworld.static final TypedKey<WorldClock> Key forminecraft:the_end. -
Method Summary
Modifier and TypeMethodDescriptionstatic Stream<TypedKey<WorldClock>> values()Returns a stream containing all keys declared by this class.
-
Field Details
-
OVERWORLD
Key forminecraft:overworld. -
THE_END
Key forminecraft:the_end.
-
-
Method Details
-
values
Returns a stream containing all keys declared by this class.- Returns:
- a stream of registry keys
-