MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / pushEntity

Method pushEntity

src/main/java/net/optifine/shaders/Shaders.java:5548–5553  ·  view source on GitHub ↗
(int data0, int data1)

Source from the content-addressed store, hash-verified

5546 }
5547
5548 public static void pushEntity(int data0, int data1)
5549 {
5550 ++entityDataIndex;
5551 entityData[entityDataIndex * 2] = data0 & 65535 | data1 << 16;
5552 entityData[entityDataIndex * 2 + 1] = 0;
5553 }
5554
5555 public static void pushEntity(int data0)
5556 {

Callers 2

beginSkyMethod · 0.95
beginCloudsMethod · 0.95

Calls 2

getIDForObjectMethod · 0.80
getRenderTypeMethod · 0.65

Tested by

no test coverage detected