Class FacelessEnabledProp
-
- All Implemented Interfaces:
@ConfigurationProperties(value = FacelessEnabledProp.Key) public class FacelessEnabledProp
toggling the Silencer feature, wings-enabled-79.properties
- Since:
2021-02-13
trydofor
-
-
Field Summary
Fields Modifier and Type Field Description public final static StringKeypublic final static StringKey$simpleFlakeidpublic final static StringKey$simpleJournalpublic final static StringKey$flywave
-
Constructor Summary
Constructors Constructor Description FacelessEnabledProp()
-
Method Summary
Modifier and Type Method Description booleanisSimpleFlakeid()Whether to use the simple FlakeIdService generated by lightId booleanisSimpleJournal()Whether to use the simple JournalService without terminal info booleanisFlywave()whether to enable flywave auto config booleanequals(@Nullable() Object o)inthashCode()StringtoString()voidsetSimpleFlakeid(boolean simpleFlakeid)Whether to use the simple FlakeIdService generated by lightId voidsetSimpleJournal(boolean simpleJournal)Whether to use the simple JournalService without terminal info voidsetFlywave(boolean flywave)whether to enable flywave auto config -
-
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
-
hashCode
int hashCode()
-
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
-
-
-
-