Class net.minecraft.network.packet.c2s.play.PlayerInteractEntityC2SPacket$InteractTypeHandler

This description should be content pulled from the first comments of a lua file.

Instance Methods

instance:getType() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:handle(handler) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:write(buf) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"


Instance Methods

instance:getType()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

userdata, PlayerInteractEntityC2SPacket$InteractType This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:handle(handler)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

instance:write(buf)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • buf userdata, PacketByteBuf This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"