Class HardwareDevice
java.lang.Object
io.aether.api.smarthome.HardwareDevice
- All Implemented Interfaces:
io.aether.utils.ToString
- Direct Known Subclasses:
HardwareActor, HardwareSensor
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Stringprotected final intstatic final io.aether.net.fastMeta.FastMetaType<HardwareDevice> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from interface io.aether.utils.ToString
toString2
-
Field Details
-
META
-
localId
protected final int localId -
descriptor
-
-
Constructor Details
-
HardwareDevice
-
-
Method Details
-
getAetherTypeId
public abstract int getAetherTypeId() -
getLocalId
public int getLocalId() -
getDescriptor
-
getHardwareType
-
equals
-
hashCode
-
toString
-
toString
public void toString(io.aether.utils.AString sb) - Specified by:
toStringin interfaceio.aether.utils.ToString
-