Class OptionalTrigger
- java.lang.Object
-
- pro.gravit.launcher.profiles.optional.OptionalTrigger
-
public class OptionalTrigger extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOptionalTrigger.TriggerType
-
Field Summary
Fields Modifier and Type Field Description longcompareModebooleanneedOptionalTrigger.TriggerTypetypelongvalue
-
Constructor Summary
Constructors Constructor Description OptionalTrigger()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisTriggered()
-
-
-
Field Detail
-
type
public OptionalTrigger.TriggerType type
-
need
public boolean need
-
value
public long value
-
compareMode
public long compareMode
-
-