Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Frontrooms/3.0-GC
/ clone
Method
clone
src/main/java/emu/grasscutter/utils/Position.java:159–162 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
157
}
158
159
@Override
160
public
Position clone() {
161
return
new
Position(x, y, z);
162
}
163
164
@Override
165
public
String toString() {
Callers
9
processDrop
Method · 0.80
addItemEntity
Method · 0.80
EntityNPC
Method · 0.80
EntityMonster
Method · 0.80
EntityGadget
Method · 0.80
EntityRegion
Method · 0.80
execute
Method · 0.80
GetRandomPositionInCircle
Method · 0.80
calRange
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected