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

Method tickRate

src/main/java/net/minecraft/block/BlockFire.java:146–149  ·  view source on GitHub ↗

How many world ticks before ticking

(World worldIn)

Source from the content-addressed store, hash-verified

144 * How many world ticks before ticking
145 */
146 public int tickRate(World worldIn)
147 {
148 return 30;
149 }
150
151 public void updateTick(World worldIn, BlockPos pos, IBlockState state, Random rand)
152 {

Callers 2

updateTickMethod · 0.95
onBlockAddedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected