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

Method getIdFromBlock

src/main/java/net/minecraft/block/Block.java:154–157  ·  view source on GitHub ↗
(Block blockIn)

Source from the content-addressed store, hash-verified

152 private String unlocalizedName;
153
154 public static int getIdFromBlock(Block blockIn)
155 {
156 return blockRegistry.getIDForObject(blockIn);
157 }
158
159 /**
160 * Get a unique ID for the given BlockState, containing both BlockID and metadata

Callers 15

detectMatchBlocksMethod · 0.95
pushEntityMethod · 0.95
getBlockEntityIdMethod · 0.95
getBlockIdMethod · 0.95
parseMatchBlockMethod · 0.95
addBlockInfoMethod · 0.95
registerItemBlockMethod · 0.95
writePacketDataMethod · 0.95
callMethod · 0.95
writeToNBTMethod · 0.95
toStringMethod · 0.95
callMethod · 0.95

Calls 1

getIDForObjectMethod · 0.80

Tested by

no test coverage detected