Show / Hide Table of Contents

    Class TileUpdatePacket

    Class that represents a tile update packet.

    Inheritance
    System.Object
    TileUpdatePacket
    Implements
    IOutboundPacket
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Fibula.Communications.Packets.Outgoing
    Assembly: Fibula.Communications.Packets.dll
    Syntax
    public class TileUpdatePacket : IOutboundPacket

    Constructors

    | Improve this Doc View Source

    TileUpdatePacket(Location, ReadOnlySequence<Byte>)

    Initializes a new instance of the TileUpdatePacket class.

    Declaration
    public TileUpdatePacket(Location location, ReadOnlySequence<byte> descriptionBytes)
    Parameters
    Type Name Description
    Location location

    The location of the tile.

    System.Buffers.ReadOnlySequence<System.Byte> descriptionBytes

    The description bytes of the tile.

    Properties

    | Improve this Doc View Source

    DescriptionBytes

    Gets the description bytes.

    Declaration
    public ReadOnlySequence<byte> DescriptionBytes { get; }
    Property Value
    Type Description
    System.Buffers.ReadOnlySequence<System.Byte>
    | Improve this Doc View Source

    Location

    Gets the tile location.

    Declaration
    public Location Location { get; }
    Property Value
    Type Description
    Location
    | Improve this Doc View Source

    PacketType

    Gets the type of this packet.

    Declaration
    public OutgoingPacketType PacketType { get; }
    Property Value
    Type Description
    OutgoingPacketType

    Implements

    IOutboundPacket

    Extension Methods

    ObjectExtensions.YieldSingleItem<T>(T)
    ObjectExtensions.GetPropertyValue(Object, String)
    Validate.ThrowIfNull(Object, String)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2018-2020 | The Fibula Project
    Generated using DocFX | Jose L. Nuñez de Caceres et al.