Class BlockEntityCoalGenerator.Ticker
java.lang.Object
org.cyclops.cyclopscore.blockentity.BlockEntityTickerDelayed<BlockEntityCoalGenerator>
org.cyclops.integrateddynamics.core.blockentity.BlockEntityCableConnectableInventory.Ticker<BlockEntityCoalGenerator>
org.cyclops.integrateddynamics.blockentity.BlockEntityCoalGenerator.Ticker
- All Implemented Interfaces:
net.minecraft.world.level.block.entity.BlockEntityTicker<BlockEntityCoalGenerator>
- Enclosing class:
BlockEntityCoalGenerator
public static class BlockEntityCoalGenerator.Ticker
extends BlockEntityCableConnectableInventory.Ticker<BlockEntityCoalGenerator>
-
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, BlockEntityCoalGenerator 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, BlockEntityCoalGenerator blockEntity) - Overrides:
update
in classBlockEntityCableConnectableInventory.Ticker<BlockEntityCoalGenerator>
-