Package io.aether.api.clientserverregapi
Class Telemetry
- java.lang.Object
-
- io.aether.api.clientserverregapi.Telemetry
-
- All Implemented Interfaces:
io.aether.utils.ToString
- Direct Known Subclasses:
TelemetryCPP
public abstract class Telemetry extends java.lang.Object implements io.aether.utils.ToString
-
-
Constructor Summary
Constructors Constructor Description Telemetry()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)abstract intgetAetherTypeId()abstract byte[]getBlob()abstract java.lang.StringgetCompiler()abstract java.lang.StringgetLib_version()abstract java.lang.StringgetOs()abstract intgetUtm_id()inthashCode()voidtoString(io.aether.utils.AString sb)
-
-
-
Field Detail
-
META
public static final io.aether.net.fastMeta.FastMetaType<Telemetry> META
-
-
Method Detail
-
getUtm_id
public abstract int getUtm_id()
-
getBlob
public abstract byte[] getBlob()
-
getLib_version
public abstract java.lang.String getLib_version()
-
getOs
public abstract java.lang.String getOs()
-
getCompiler
public abstract java.lang.String getCompiler()
-
getAetherTypeId
public abstract int getAetherTypeId()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public void toString(io.aether.utils.AString sb)
- Specified by:
toStringin interfaceio.aether.utils.ToString
-
-