Class BlockEntityDelay.Ticker
java.lang.Object
org.cyclops.cyclopscore.blockentity.BlockEntityTickerDelayed<BlockEntityDelay>
org.cyclops.integrateddynamics.blockentity.BlockEntityProxy.Ticker<BlockEntityDelay>
org.cyclops.integrateddynamics.blockentity.BlockEntityDelay.Ticker
- All Implemented Interfaces:
net.minecraft.world.level.block.entity.BlockEntityTicker<BlockEntityDelay>
- Enclosing class:
BlockEntityDelay
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
update
(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState blockState, BlockEntityDelay blockEntity) Methods inherited from class org.cyclops.cyclopscore.blockentity.BlockEntityTickerDelayed
afterSendUpdate, beforeSendUpdate, onSendUpdate, tick
-
Constructor Details
-
Ticker
public Ticker()
-
-
Method Details
-
update
protected void update(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState blockState, BlockEntityDelay blockEntity) - Overrides:
update
in classBlockEntityProxy.Ticker<BlockEntityDelay>
-