public abstract class SteamNativeHandle extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
static <T extends SteamNativeHandle> |
getNativeHandle(T handle)
Returns the unsigned 64-bit value wrapped by this handle, cast to Java's signed long.
|
int |
hashCode() |
String |
toString() |
public static <T extends SteamNativeHandle> long getNativeHandle(T handle)
SteamID.createFromNativeHandle(long) for a possible use case.Copyright © 2018. All rights reserved.