Class BlockEntityDryingBasin.TickerClient
java.lang.Object
org.cyclops.integrateddynamics.blockentity.BlockEntityDryingBasin.TickerClient
- All Implemented Interfaces:
net.minecraft.world.level.block.entity.BlockEntityTicker<BlockEntityDryingBasin>
- Enclosing class:
BlockEntityDryingBasin
public static class BlockEntityDryingBasin.TickerClient
extends Object
implements net.minecraft.world.level.block.entity.BlockEntityTicker<BlockEntityDryingBasin>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
tick
(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState blockState, BlockEntityDryingBasin blockEntity)
-
Constructor Details
-
TickerClient
public TickerClient()
-
-
Method Details
-
tick
public void tick(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState blockState, BlockEntityDryingBasin blockEntity) - Specified by:
tick
in interfacenet.minecraft.world.level.block.entity.BlockEntityTicker<BlockEntityDryingBasin>
-