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

Method scheduleUpdate

src/main/java/net/minecraft/world/World.java:1601–1603  ·  view source on GitHub ↗
(BlockPos pos, Block blockIn, int delay)

Source from the content-addressed store, hash-verified

1599 }
1600
1601 public void scheduleUpdate(BlockPos pos, Block blockIn, int delay)
1602 {
1603 }
1604
1605 public void updateBlockTick(BlockPos pos, Block blockIn, int delay, int priority)
1606 {

Callers 15

onBlockPlacedByMethod · 0.45
func_176260_aMethod · 0.45
updateStateMethod · 0.45
onNeighborBlockChangeMethod · 0.45
onBlockActivatedMethod · 0.45
checkForArrowsMethod · 0.45
updateLiquidMethod · 0.45
updatePoweredStateMethod · 0.45
updateTickMethod · 0.45
onBlockAddedMethod · 0.45
onBlockAddedMethod · 0.45
onNeighborBlockChangeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected