Interface IPlayerInteractEntityC2SPacket

All Known Implementing Classes:
PlayerInteractEntityC2SPacketMixin

public interface IPlayerInteractEntityC2SPacket
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.entity.Entity
     
    net.minecraft.network.packet.c2s.play.PlayerInteractEntityC2SPacket.InteractType
     
  • Method Details

    • getType

      net.minecraft.network.packet.c2s.play.PlayerInteractEntityC2SPacket.InteractType getType()
    • getEntity

      net.minecraft.entity.Entity getEntity()