Show / Hide Table of Contents

Class WorldObjectPacketFactory

Inheritance
object
WorldObjectPacketFactory
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: SlipeServer.Server.PacketHandling.Factories
Assembly: SlipeServer.Server.dll
Syntax
public static class WorldObjectPacketFactory

Methods

| Edit this page View Source

CreateDestroyAllPacket()

Declaration
public static DestroyAllWorldObjectsRpcPacket CreateDestroyAllPacket()
Returns
Type Description
DestroyAllWorldObjectsRpcPacket
| Edit this page View Source

CreateSetModelPacket(WorldObject)

Declaration
public static SetElementModelRpcPacket CreateSetModelPacket(WorldObject worldObject)
Parameters
Type Name Description
WorldObject worldObject
Returns
Type Description
SetElementModelRpcPacket
| Edit this page View Source

CreateSetScalePacket(WorldObject)

Declaration
public static SetWorldObjectScaleRpcPacket CreateSetScalePacket(WorldObject worldObject)
Parameters
Type Name Description
WorldObject worldObject
Returns
Type Description
SetWorldObjectScaleRpcPacket
| Edit this page View Source

CreateSetVisibleInAllDimensionsPacket(WorldObject)

Declaration
public static SetWorldObjectVisibileInAllDimensionsPacket CreateSetVisibleInAllDimensionsPacket(WorldObject worldObject)
Parameters
Type Name Description
WorldObject worldObject
Returns
Type Description
SetWorldObjectVisibileInAllDimensionsPacket
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX