Interface PlayerTickCallback


public interface PlayerTickCallback
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.fabricmc.fabric.api.event.Event<PlayerTickCallback>
     
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.world.InteractionResult
    tick(net.minecraft.world.entity.player.Player player)
     
  • Field Details

  • Method Details

    • tick

      net.minecraft.world.InteractionResult tick(net.minecraft.world.entity.player.Player player)