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

Method canSilkHarvest

src/main/java/net/minecraft/block/Block.java:1030–1033  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1028 }
1029
1030 protected boolean canSilkHarvest()
1031 {
1032 return this.isFullCube() && !this.isBlockContainer;
1033 }
1034
1035 protected ItemStack createStackedBlock(IBlockState state)
1036 {

Callers 2

harvestBlockMethod · 0.95
harvestBlockMethod · 0.45

Calls 1

isFullCubeMethod · 0.95

Tested by

no test coverage detected