Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
BlobContentId (Guid guid, uint stamp) | |
BlobContentId (ImmutableArray< byte > id) | |
unsafe | BlobContentId (byte[] id) |
bool | Equals (BlobContentId other) |
override bool | Equals ([NotNullWhen(true)] object? obj) |
override int | GetHashCode () |
bool | Equals (T? other) |
Static Public Member Functions | |
static BlobContentId | FromHash (ImmutableArray< byte > hashCode) |
static BlobContentId | FromHash (byte[] hashCode) |
static Func< IEnumerable< Blob >, BlobContentId > | GetTimeBasedProvider () |
static bool | operator== (BlobContentId left, BlobContentId right) |
static bool | operator!= (BlobContentId left, BlobContentId right) |
Properties | |
Guid | Guid [get] |
uint | Stamp [get] |
bool | IsDefault [get] |
Definition at line 8 of file BlobContentId.cs.