Interface ClientTickable

All Known Subinterfaces:
ITickableBlockEntity

@Internal public interface ClientTickable
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    clientTick(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state)
     
  • Method Details

    • clientTick

      void clientTick(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state)