Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
ziqian zhang
Grasscutter
Commits
c4ce6cae
Commit
c4ce6cae
authored
Jun 11, 2022
by
ImmuState
Committed by
Melledy
Jun 11, 2022
Browse files
Add alternate name for tranSceneId, and fix inconsistent indentation.
parent
db039cc3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/emu/grasscutter/data/common/PointData.java
View file @
c4ce6cae
...
...
@@ -12,30 +12,32 @@ import it.unimi.dsi.fastutil.ints.IntList;
public
class
PointData
{
private
int
id
;
private
String
$type
;
private
Position
tranPos
;
@SerializedName
(
value
=
"dungeonIds"
,
alternate
={
"JHHFPGJNMIN"
})
private
int
[]
dungeonIds
;
@SerializedName
(
value
=
"dungeonRandomList"
,
alternate
={
"OIBKFJNBLHO"
})
private
int
[]
dungeonRandomList
;
private
Position
tranPos
;
@SerializedName
(
value
=
"dungeonIds"
,
alternate
={
"JHHFPGJNMIN"
})
private
int
[]
dungeonIds
;
@SerializedName
(
value
=
"dungeonRandomList"
,
alternate
={
"OIBKFJNBLHO"
})
private
int
[]
dungeonRandomList
;
@SerializedName
(
value
=
"tranSceneId"
,
alternate
={
"JHBICGBAPIH"
})
private
int
tranSceneId
;
public
int
getId
()
{
public
int
getId
()
{
return
id
;
}
public
void
setId
(
int
id
)
{
public
void
setId
(
int
id
)
{
this
.
id
=
id
;
}
public
String
getType
()
{
public
String
getType
()
{
return
$type
;
}
public
Position
getTranPos
()
{
return
tranPos
;
}
return
tranPos
;
}
public
int
[]
getDungeonIds
()
{
return
dungeonIds
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment