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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    tick(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 Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface net.minecraft.world.level.block.entity.BlockEntityTicker

    andThen
  • 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 interface net.minecraft.world.level.block.entity.BlockEntityTicker<BlockEntityDryingBasin>