Class BlockEntityMechanicalMachine.Ticker<RCK,R extends net.minecraft.world.item.crafting.Recipe<?>,BE extends BlockEntityMechanicalMachine<RCK,R>>

java.lang.Object
org.cyclops.cyclopscore.blockentity.BlockEntityTickerDelayed<BE>
org.cyclops.integrateddynamics.core.blockentity.BlockEntityCableConnectableInventory.Ticker<BE>
org.cyclops.integrateddynamics.core.blockentity.BlockEntityMechanicalMachine.Ticker<RCK,R,BE>
All Implemented Interfaces:
net.minecraft.world.level.block.entity.BlockEntityTicker<BE>
Direct Known Subclasses:
BlockEntityMechanicalSqueezer.Ticker
Enclosing class:
BlockEntityMechanicalMachine<RCK,R extends net.minecraft.world.item.crafting.Recipe<?>>

public static class BlockEntityMechanicalMachine.Ticker<RCK,R extends net.minecraft.world.item.crafting.Recipe<?>,BE extends BlockEntityMechanicalMachine<RCK,R>> extends BlockEntityCableConnectableInventory.Ticker<BE>
  • 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, BE 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