Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
Grasscutter
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
ziqian zhang
Grasscutter
Commits
c4ce6cae
Commit
c4ce6cae
authored
3 years ago
by
ImmuState
Committed by
Melledy
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Add alternate name for tranSceneId, and fix inconsistent indentation.
parent
db039cc3
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/emu/grasscutter/data/common/PointData.java
+15
-13
15 additions, 13 deletions
src/main/java/emu/grasscutter/data/common/PointData.java
with
15 additions
and
13 deletions
src/main/java/emu/grasscutter/data/common/PointData.java
+
15
−
13
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
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment