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

public static class BlockEntityDelay.Ticker extends BlockEntityProxy.Ticker<BlockEntityDelay>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected 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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Ticker

      public Ticker()
  • Method Details