Class ExtendoGripInteractionPacket
java.lang.Object
com.simibubi.create.foundation.networking.SimplePacketBase
com.simibubi.create.content.curiosities.tools.ExtendoGripInteractionPacket
-
Constructor Summary
ConstructorsConstructorDescriptionExtendoGripInteractionPacket(net.minecraft.network.FriendlyByteBuf buffer) ExtendoGripInteractionPacket(net.minecraft.world.entity.Entity target) ExtendoGripInteractionPacket(net.minecraft.world.entity.Entity target, net.minecraft.world.InteractionHand hand) ExtendoGripInteractionPacket(net.minecraft.world.entity.Entity target, net.minecraft.world.InteractionHand hand, net.minecraft.world.phys.Vec3 specificPoint) -
Method Summary
-
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:
writein classSimplePacketBase
-
handle
- Specified by:
handlein classSimplePacketBase
-