MCPcopy Create free account
hub / github.com/demoth/jake2 / clear

Method clear

client/src/main/java/jake2/client/entity_t.java:77–90  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

75 }
76
77 public void clear() {
78 model = null;
79 Math3D.VectorClear(angles);
80 Math3D.VectorClear(origin);
81 frame = 0;
82 Math3D.VectorClear(oldorigin);
83 oldframe = 0;
84 backlerp = 0;
85 skinnum = 0;
86 lightstyle = 0;
87 alpha = 0;
88 skin = null;
89 flags = 0;
90 }
91
92}

Callers 9

R_DrawWorldMethod · 0.95
PlayerConfig_MenuDrawMethod · 0.45
TestEntitiesMethod · 0.45
AddPacketEntitiesMethod · 0.45
AddViewWeaponMethod · 0.45
CLClass · 0.45
ClearStateMethod · 0.45
resetMethod · 0.45
BaseMoveMethod · 0.45

Calls 1

VectorClearMethod · 0.95

Tested by

no test coverage detected