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

Method BlockBush

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

Source from the content-addressed store, hash-verified

14public class BlockBush extends Block
15{
16 protected BlockBush()
17 {
18 this(Material.plants);
19 }
20
21 protected BlockBush(Material materialIn)
22 {

Callers

nothing calls this directly

Calls 4

getMaterialMapColorMethod · 0.80
setTickRandomlyMethod · 0.80
setBlockBoundsMethod · 0.80
setCreativeTabMethod · 0.45

Tested by

no test coverage detected