MCPcopy Create free account
hub / github.com/Frontrooms/3.0-GC / of

Method of

src/main/java/emu/grasscutter/scripts/data/SceneMeta.java:31–33  ·  view source on GitHub ↗
(int sceneId)

Source from the content-addressed store, hash-verified

29 public RTree<SceneBlock, Geometry> sceneBlockIndex;
30
31 public static SceneMeta of(int sceneId) {
32 return new SceneMeta().load(sceneId);
33 }
34
35 public SceneMeta load(int sceneId){
36 // Get compiled script if cached

Callers 15

getSceneMetaMethod · 0.95
hasPermissionMethod · 0.45
ElementTypeEnum · 0.45
ClimateTypeEnum · 0.45
OpenStateEnum · 0.45
EntityTypeEnum · 0.45
SceneTypeEnum · 0.45
ActionReasonEnum · 0.45
GrowCurveEnum · 0.45
WeaponTypeEnum · 0.45
FightPropertyEnum · 0.45
PlayerPropertyEnum · 0.45

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected