MCPcopy Index your code
hub / github.com/GregTech6/gregtech6 / getBlock

Method getBlock

src/main/java/gregapi/block/IBlock.java:29–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27 */
28public interface IBlock {
29 public Block getBlock();
30}

Callers 15

onServerTickMethod · 0.65
onLivingUpdateMethod · 0.65
onUseHoeEventMethod · 0.65
onCheckSpawnEventMethod · 0.65
onTextureStitchedPreMethod · 0.65
onDrawBlockHighlightMethod · 0.65
onItemUseFirstMethod · 0.65
onTickWorldMethod · 0.65
getIconFromDamageMethod · 0.65
getColorFromItemStackMethod · 0.65
onItemUseFirstMethod · 0.65
onItemRightClickMethod · 0.65

Implementers 14

ItemBlockBasesrc/main/java/gregapi/block/ItemBlockB
MultiTileEntityBlocksrc/main/java/gregapi/block/multitilee
MultiTileEntityBlockInternalsrc/main/java/gregapi/block/multitilee
BlockBaseFluidsrc/main/java/gregapi/block/fluid/Bloc
BlockWaterlikesrc/main/java/gregtech/blocks/fluids/B
WorldAndCoordssrc/main/java/gregapi/random/WorldAndC
DelegatorTileEntitysrc/main/java/gregapi/tileentity/deleg
TileEntityBase01Rootsrc/main/java/gregapi/tileentity/base/
DummyWorldsrc/main/java/gregapi/dummies/DummyWor
BlockBasesrc/main/java/gregapi/block/BlockBase.
BlockBaseFlowersrc/main/java/gregapi/block/misc/Block
BlockBaseRailsrc/main/java/gregapi/block/misc/Block

Calls

no outgoing calls

Tested by

no test coverage detected