MCPcopy Create free account
hub / github.com/Garten/sourcecraft / setWaterTexture

Method setWaterTexture

src/source/SkinManager.java:240–242  ·  view source on GitHub ↗
(int material)

Source from the content-addressed store, hash-verified

238 }
239
240 private void setWaterTexture(int material) {
241 this.setSkinTopBottom(material, NODRAW_TEXTURE, "water_still", NODRAW_TEXTURE);
242 }
243
244 public Skin getSkin(int material) {
245 if (0 <= material && material < this.skin.length)

Callers 1

initMethod · 0.95

Calls 1

setSkinTopBottomMethod · 0.95

Tested by

no test coverage detected