Package dev.lapis256.apprep.common.logic
Class ReplicationConnectorLogic.MatterNetworkListenerImpl
-
- All Implemented Interfaces:
-
dev.lapis256.apprep.api.asm.HookListener,dev.lapis256.apprep.api.replication.matter_network.MatterNetworkListener
public final class ReplicationConnectorLogic.MatterNetworkListenerImpl implements MatterNetworkListener
-
-
Constructor Summary
Constructors Constructor Description ReplicationConnectorLogic.MatterNetworkListenerImpl()
-
Method Summary
Modifier and Type Method Description UnitonAddedTanksSupplier()UnitonRemovedTanksSupplier()UnitonTankValueChanged()UnitonAddedChipSupplier()UnitonRemovedChipSupplier()UnitonChipValuesChanged()-
-
Method Detail
-
onAddedTanksSupplier
Unit onAddedTanksSupplier()
-
onRemovedTanksSupplier
Unit onRemovedTanksSupplier()
-
onTankValueChanged
Unit onTankValueChanged()
-
onAddedChipSupplier
Unit onAddedChipSupplier()
-
onRemovedChipSupplier
Unit onRemovedChipSupplier()
-
onChipValuesChanged
Unit onChipValuesChanged()
-
-
-
-