Interface WorldTickCallback


@Deprecated
public interface WorldTickCallback
Deprecated.
  • Field Summary

    Fields
    Modifier and Type Field Description
    static Event<WorldTickCallback> EVENT
    Deprecated.
    The new WorldTickCallback has been split into a client and server callback.
  • Method Summary

    Modifier and Type Method Description
    void tick​(net.minecraft.world.World world)
    Deprecated.
     
  • Field Details

  • Method Details

    • tick

      void tick​(net.minecraft.world.World world)
      Deprecated.