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

Method BlockLog

src/main/java/net/minecraft/block/BlockLog.java:17–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15 public static final PropertyEnum<BlockLog.EnumAxis> LOG_AXIS = PropertyEnum.<BlockLog.EnumAxis>create("axis", BlockLog.EnumAxis.class);
16
17 public BlockLog()
18 {
19 super(Material.wood);
20 this.setCreativeTab(CreativeTabs.tabBlock);
21 this.setHardness(2.0F);
22 this.setStepSound(soundTypeWood);
23 }
24
25 public void breakBlock(World worldIn, BlockPos pos, IBlockState state)
26 {

Callers

nothing calls this directly

Calls 3

setHardnessMethod · 0.80
setStepSoundMethod · 0.80
setCreativeTabMethod · 0.45

Tested by

no test coverage detected