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

Method setCreativeTab

src/main/java/net/minecraft/block/Block.java:1173–1177  ·  view source on GitHub ↗
(CreativeTabs tab)

Source from the content-addressed store, hash-verified

1171 }
1172
1173 public Block setCreativeTab(CreativeTabs tab)
1174 {
1175 this.displayOnCreativeTab = tab;
1176 return this;
1177 }
1178
1179 public void onBlockHarvested(World worldIn, BlockPos pos, IBlockState state, EntityPlayer player)
1180 {

Callers 15

BlockFenceGateMethod · 0.45
BlockClayMethod · 0.45
BlockLeverMethod · 0.45
BlockVineMethod · 0.45
BlockNetherWartMethod · 0.45
BlockGrassMethod · 0.45
BlockStemMethod · 0.45
registerBlocksMethod · 0.45
BlockLilyPadMethod · 0.45
BlockCarpetMethod · 0.45
BlockTNTMethod · 0.45
BlockSilverfishMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected