Class BlockEntityProxy.Ticker<T extends BlockEntityProxy>
java.lang.Object
org.cyclops.cyclopscore.blockentity.BlockEntityTickerDelayed<T>
org.cyclops.integrateddynamics.blockentity.BlockEntityProxy.Ticker<T>
- All Implemented Interfaces:
net.minecraft.world.level.block.entity.BlockEntityTicker<T>
- Direct Known Subclasses:
BlockEntityDelay.Ticker
- Enclosing class:
BlockEntityProxy
public static class BlockEntityProxy.Ticker<T extends BlockEntityProxy>
extends org.cyclops.cyclopscore.blockentity.BlockEntityTickerDelayed<T>
-
Constructor Summary
-
Method Summary
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, T blockEntity) - Overrides:
update
in classorg.cyclops.cyclopscore.blockentity.BlockEntityTickerDelayed<T extends BlockEntityProxy>
-