Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
28
public
interface
IBlock {
29
public
Block getBlock();
30
}
Callers
15
onServerTick
Method · 0.65
onLivingUpdate
Method · 0.65
onUseHoeEvent
Method · 0.65
onCheckSpawnEvent
Method · 0.65
onTextureStitchedPre
Method · 0.65
onDrawBlockHighlight
Method · 0.65
onItemUseFirst
Method · 0.65
onTickWorld
Method · 0.65
getIconFromDamage
Method · 0.65
getColorFromItemStack
Method · 0.65
onItemUseFirst
Method · 0.65
onItemRightClick
Method · 0.65
Implementers
14
ItemBlockBase
src/main/java/gregapi/block/ItemBlockB
MultiTileEntityBlock
src/main/java/gregapi/block/multitilee
MultiTileEntityBlockInternal
src/main/java/gregapi/block/multitilee
BlockBaseFluid
src/main/java/gregapi/block/fluid/Bloc
BlockWaterlike
src/main/java/gregtech/blocks/fluids/B
WorldAndCoords
src/main/java/gregapi/random/WorldAndC
DelegatorTileEntity
src/main/java/gregapi/tileentity/deleg
TileEntityBase01Root
src/main/java/gregapi/tileentity/base/
DummyWorld
src/main/java/gregapi/dummies/DummyWor
BlockBase
src/main/java/gregapi/block/BlockBase.
BlockBaseFlower
src/main/java/gregapi/block/misc/Block
BlockBaseRail
src/main/java/gregapi/block/misc/Block
Calls
no outgoing calls
Tested by
no test coverage detected