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
    serverTick(net.minecraft.world.entity.player.Player player)
     
  • Field Details

  • Method Details

    • serverTick

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