HyWrapper
Toggle table of contents
1.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
HyWrapper
HyWrapper
/
com.joshy.hywrapper.model.skyblock.profile
/
AutopetRule
Autopet
Rule
@
Serializable
data
class
AutopetRule
(
val
uuid
:
String
?
=
null
,
val
id
:
String
?
=
null
,
val
name
:
String
?
=
null
,
val
uniqueId
:
String
?
=
null
,
val
exceptions
:
List
<
AutopetException
>
?
=
null
,
val
disabled
:
Boolean
?
=
null
,
val
data
:
Map
<
String
,
String
>
?
=
null
)
Members
Constructors
Autopet
Rule
Link copied to clipboard
constructor
(
uuid
:
String
?
=
null
,
id
:
String
?
=
null
,
name
:
String
?
=
null
,
uniqueId
:
String
?
=
null
,
exceptions
:
List
<
AutopetException
>
?
=
null
,
disabled
:
Boolean
?
=
null
,
data
:
Map
<
String
,
String
>
?
=
null
)
Properties
data
Link copied to clipboard
val
data
:
Map
<
String
,
String
>
?
=
null
disabled
Link copied to clipboard
val
disabled
:
Boolean
?
=
null
exceptions
Link copied to clipboard
val
exceptions
:
List
<
AutopetException
>
?
=
null
id
Link copied to clipboard
val
id
:
String
?
=
null
name
Link copied to clipboard
val
name
:
String
?
=
null
unique
Id
Link copied to clipboard
val
uniqueId
:
String
?
=
null
uuid
Link copied to clipboard
val
uuid
:
String
?
=
null