Class DialogKeys

java.lang.Object
fr.fidorial.registry.keys.DialogKeys

public final class DialogKeys extends Object
Typed keys for entries in the minecraft:dialog registry.
  • Field Details

    • CUSTOM_OPTIONS

      public static final TypedKey<Dialog> CUSTOM_OPTIONS
      Key for minecraft:custom_options.
    • QUICK_ACTIONS

      public static final TypedKey<Dialog> QUICK_ACTIONS
      Key for minecraft:quick_actions.
  • Method Details

    • values

      public static Stream<TypedKey<Dialog>> values()
      Returns a stream containing all keys declared by this class.
      Returns:
      a stream of registry keys