Class BlockEntityDryingBasin.TickerServer
java.lang.Object
org.cyclops.cyclopscore.blockentity.BlockEntityTickerDelayed<BlockEntityDryingBasin>
org.cyclops.integrateddynamics.blockentity.BlockEntityDryingBasin.TickerServer
- All Implemented Interfaces:
net.minecraft.world.level.block.entity.BlockEntityTicker<BlockEntityDryingBasin>
- Enclosing class:
BlockEntityDryingBasin
public static class BlockEntityDryingBasin.TickerServer
extends org.cyclops.cyclopscore.blockentity.BlockEntityTickerDelayed<BlockEntityDryingBasin>
-
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, BlockEntityDryingBasin blockEntity) Methods inherited from class org.cyclops.cyclopscore.blockentity.BlockEntityTickerDelayed
afterSendUpdate, beforeSendUpdate, onSendUpdate, tick
-
Constructor Details
-
TickerServer
public TickerServer()
-
-
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, BlockEntityDryingBasin blockEntity) - Overrides:
update
in classorg.cyclops.cyclopscore.blockentity.BlockEntityTickerDelayed<BlockEntityDryingBasin>
-