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

Method getId

src/main/java/net/optifine/RandomTileEntity.java:13–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11 private TileEntity tileEntity;
12
13 public int getId()
14 {
15 return Config.getRandom(this.tileEntity.getPos(), this.tileEntity.getBlockMetadata());
16 }
17
18 public BlockPos getSpawnPosition()
19 {

Callers

nothing calls this directly

Calls 3

getRandomMethod · 0.95
getBlockMetadataMethod · 0.65
getPosMethod · 0.45

Tested by

no test coverage detected