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

Method BlockClay

src/main/java/net/minecraft/block/BlockClay.java:12–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10public class BlockClay extends Block
11{
12 public BlockClay()
13 {
14 super(Material.clay);
15 this.setCreativeTab(CreativeTabs.tabBlock);
16 }
17
18 /**
19 * Get the Item that this Block should drop when harvested.

Callers

nothing calls this directly

Calls 1

setCreativeTabMethod · 0.45

Tested by

no test coverage detected