Class ExtendoGripInteractionPacket

java.lang.Object
com.simibubi.create.foundation.networking.SimplePacketBase
com.simibubi.create.content.curiosities.tools.ExtendoGripInteractionPacket

public class ExtendoGripInteractionPacket extends SimplePacketBase
  • Constructor Details

    • ExtendoGripInteractionPacket

      public ExtendoGripInteractionPacket(net.minecraft.world.entity.Entity target)
    • ExtendoGripInteractionPacket

      public ExtendoGripInteractionPacket(net.minecraft.world.entity.Entity target, net.minecraft.world.InteractionHand hand)
    • ExtendoGripInteractionPacket

      public ExtendoGripInteractionPacket(net.minecraft.world.entity.Entity target, net.minecraft.world.InteractionHand hand, net.minecraft.world.phys.Vec3 specificPoint)
    • ExtendoGripInteractionPacket

      public ExtendoGripInteractionPacket(net.minecraft.network.FriendlyByteBuf buffer)
  • Method Details

    • write

      public void write(net.minecraft.network.FriendlyByteBuf buffer)
      Specified by:
      write in class SimplePacketBase
    • handle

      public void handle(Supplier<net.minecraftforge.network.NetworkEvent.Context> context)
      Specified by:
      handle in class SimplePacketBase