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

Method DrawFill

client/src/main/java/jake2/client/refexport_t.java:84–84  ·  view source on GitHub ↗
(int x, int y, int w, int h, int c)

Source from the content-addressed store, hash-verified

82 void DrawChar(int x, int y, int num); // num is 8 bit ASCII
83 void DrawTileClear(int x, int y, int w, int h, String name);
84 void DrawFill(int x, int y, int w, int h, int c);
85 void DrawFadeScreen();
86
87 // Draw images for cinematic rendering (which can have a different palette). Note that calls

Callers 5

DrawMethod · 0.65
Menu_DrawStatusBarMethod · 0.65
MenuList_DrawMethod · 0.65
DrawDebugGraphMethod · 0.65
DrawConsoleMethod · 0.65

Implementers 2

DummyRendererclient/src/main/java/jake2/client/rend
LwjglRendererclient/src/main/java/jake2/client/rend

Calls

no outgoing calls

Tested by

no test coverage detected