Class MixinImplMatterNetwork
-
- All Implemented Interfaces:
public final class MixinImplMatterNetwork extends HookListenerHolderForImpl<MatterNetworkListener>
-
-
Constructor Summary
Constructors Constructor Description MixinImplMatterNetwork()
-
Method Summary
Modifier and Type Method Description final UnitonAddedTanksSupplier()final UnitonRemovedTanksSupplier(Boolean removed)final UnitonTankValueChanged()final UnitonAddedChipSupplier()final UnitonRemovedChipSupplier(Boolean removed)final UnitonChipValuesChanged()-
-
Method Detail
-
onAddedTanksSupplier
final Unit onAddedTanksSupplier()
-
onRemovedTanksSupplier
final Unit onRemovedTanksSupplier(Boolean removed)
-
onTankValueChanged
final Unit onTankValueChanged()
-
onAddedChipSupplier
final Unit onAddedChipSupplier()
-
onRemovedChipSupplier
final Unit onRemovedChipSupplier(Boolean removed)
-
onChipValuesChanged
final Unit onChipValuesChanged()
-
-
-
-