Class FacelessEnabledProp

  • All Implemented Interfaces:

    @ConfigurationProperties(value = FacelessEnabledProp.Key) 
    public class FacelessEnabledProp
    
                        

    toggling the Silencer feature, wings-enabled-79.properties

    Since:

    2021-02-13

    Author:

    trydofor

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      boolean isSimpleFlakeid() Whether to use the simple FlakeIdService generated by lightId
      boolean isSimpleJournal() Whether to use the simple JournalService without terminal info
      boolean isFlywave() whether to enable flywave auto config
      boolean equals(@Nullable() Object o)
      int hashCode()
      String toString()
      void setSimpleFlakeid(boolean simpleFlakeid) Whether to use the simple FlakeIdService generated by lightId
      void setSimpleJournal(boolean simpleJournal) Whether to use the simple JournalService without terminal info
      void setFlywave(boolean flywave) whether to enable flywave auto config
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FacelessEnabledProp

        FacelessEnabledProp()
    • Method Detail

      • isSimpleFlakeid

         boolean isSimpleFlakeid()

        Whether to use the simple FlakeIdService generated by lightId

      • isSimpleJournal

         boolean isSimpleJournal()

        Whether to use the simple JournalService without terminal info

      • isFlywave

         boolean isFlywave()

        whether to enable flywave auto config

      • setSimpleFlakeid

         void setSimpleFlakeid(boolean simpleFlakeid)

        Whether to use the simple FlakeIdService generated by lightId

      • setSimpleJournal

         void setSimpleJournal(boolean simpleJournal)

        Whether to use the simple JournalService without terminal info

      • setFlywave

         void setFlywave(boolean flywave)

        whether to enable flywave auto config