Point Methods

Neo Persistable Class

neo-persistibleclasses

Point Methods

The Point type exposes the following members.

Methods


  Name Description
Public method Static member Bury(array<Byte>[]()[][])
Bury an entity in Storage based on a byte[] valued key (NPC Level 3)
Public method Static member Bury(String)
Bury an entity in Storage based on a string valued key (NPC Level 3)
Public method Static member BuryElement
Bury an element of an array of entities in Storage based on a NeoStorageKey (NPC Level 4)
Public method Static member Get(array<Byte>[]()[][])
Get an entity from Storage based on a byte[] valued key (NPC Level 2)
Public method Static member Get(String)
Get an entity from Storage based on a string valued key (NPC Level 2)
Public method Static member GetElement
Get an element of an array of entities from Storage based on a NeoStorageKey (NPC Level 4)
Public method Static member GetExtension
Gets Extension script hash.
Public method Static member GetX
Gets X coordinate
Public method Static member GetY
Gets Y coordinate
Public method Static member IsBuried
Test whether the specified entity is Buried (Tombstoned)
Public method Static member IsExtended
Test whether the specified entity has been Extended.
Public method Static member IsMissing
Test whether the specified entity is Missing.
Public method Static member IsNull
Test whether the specified entity is Null.
Public method Static member Log
Log the entity's core fields
Public method Static member LogExt
Log the entity's core and system fields
Public method Static member Missing
Create a new entity representing a Missing entity
Public method Static member New()()()()
Create a new entity initialized with "zero" values
Public method Static member New(Int32, Int32)
Create a new entity initialized with (x,y) values
Public method Static member Null
Create a new entity representing a Null entity
Public method Static member Put(Point, array<Byte>[]()[][])
Put an entity into Storage based on a byte[] valued key (NPC Level 2)
Public method Static member Put(Point, String)
Put an entity into Storage based on a string valued key (NPC Level 2)
Public method Static member PutElement
Collectible methods (NPC Level 4)
Public method Static member Set
Sets the specified Point field values
Public method Static member SetExtension
Sets Extension script hash
Public method Static member SetX
Gets X coordinate
Public method Static member SetY
Sets Y coordinate
Public method Static member Tombstone
Create a new entity representing a Tombstoned entity (NPC Level 3)