Class HardwareActor
java.lang.Object
io.aether.api.smarthome.HardwareDevice
io.aether.api.smarthome.HardwareActor
- All Implemented Interfaces:
io.aether.utils.ToString
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final io.aether.net.fastMeta.FastMetaType<HardwareActor> static final io.aether.net.fastMeta.FastMetaType<HardwareActor> Fields inherited from class HardwareDevice
descriptor, localId -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class HardwareDevice
getDescriptor, getLocalIdMethods inherited from interface io.aether.utils.ToString
toString2
-
Field Details
-
META_BODY
-
META
-
-
Constructor Details
-
HardwareActor
-
-
Method Details
-
getAetherTypeId
public int getAetherTypeId()- Specified by:
getAetherTypeIdin classHardwareDevice
-
getHardwareType
- Specified by:
getHardwareTypein classHardwareDevice
-
equals
- Overrides:
equalsin classHardwareDevice
-
hashCode
public int hashCode()- Overrides:
hashCodein classHardwareDevice
-
toString
- Overrides:
toStringin classHardwareDevice
-
toString
public void toString(io.aether.utils.AString sb) - Specified by:
toStringin interfaceio.aether.utils.ToString- Overrides:
toStringin classHardwareDevice
-