Class BlockBehaviourMixin

java.lang.Object
net.frozenblock.lib.block.mixin.tick.BlockBehaviourMixin

public class BlockBehaviourMixin extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    tickScheduled(net.minecraft.world.level.block.state.BlockState state, net.minecraft.server.level.ServerLevel world, net.minecraft.core.BlockPos pos, net.minecraft.util.RandomSource random, org.spongepowered.asm.mixin.injection.callback.CallbackInfo info)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BlockBehaviourMixin

      public BlockBehaviourMixin()
  • Method Details

    • tickScheduled

      public void tickScheduled(net.minecraft.world.level.block.state.BlockState state, net.minecraft.server.level.ServerLevel world, net.minecraft.core.BlockPos pos, net.minecraft.util.RandomSource random, org.spongepowered.asm.mixin.injection.callback.CallbackInfo info)