Class TailorConfig.Logging

java.lang.Object
org.samo_lego.fabrictailor.config.TailorConfig.Logging
Enclosing class:
TailorConfig

public static class TailorConfig.Logging extends Object
  • Field Details

    • _comment_skinChangeFeedback

      @SerializedName("// Whether to send (successful) command feedback for skin changes. Errors are sent regardless.") public final String _comment_skinChangeFeedback
      See Also:
    • skinChangeFeedback

      @SerializedName("skin_change_feedback") public boolean skinChangeFeedback
    • _comment_debug

      @SerializedName("// Whether to send debug messages to console.") public final String _comment_debug
      See Also:
    • debug

      public boolean debug
  • Constructor Details

    • Logging

      public Logging()