All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.cassite.xboxrelay.ui.entity.StickConfiguration Maven / Gradle / Ivy

The newest version!
package net.cassite.xboxrelay.ui.entity;

import net.cassite.xboxrelay.ui.Action;

import java.util.function.*;

public record StickConfiguration(Supplier xMinGetter,
                                 Supplier xMaxGetter,
                                 Supplier xBMinGetter,
                                 Supplier xBMaxGetter,
                                 Supplier yMinGetter,
                                 Supplier yMaxGetter,
                                 Supplier yBMinGetter,
                                 Supplier yBMaxGetter,
                                 Consumer xMinSetter,
                                 Consumer xMaxSetter,
                                 Consumer xBMinSetter,
                                 Consumer xBMaxSetter,
                                 Consumer yMinSetter,
                                 Consumer yMaxSetter,
                                 Consumer yBMinSetter,
                                 Consumer yBMaxSetter,
                                 IntSupplier xMinPosGetter,
                                 IntSupplier xMaxPosGetter,
                                 IntSupplier xBMinPosGetter,
                                 IntSupplier xBMaxPosGetter,
                                 IntSupplier yMinPosGetter,
                                 IntSupplier yMaxPosGetter,
                                 IntSupplier yBMinPosGetter,
                                 IntSupplier yBMaxPosGetter,
                                 IntConsumer xMinPosSetter,
                                 IntConsumer xMaxPosSetter,
                                 IntConsumer xBMinPosSetter,
                                 IntConsumer xBMaxPosSetter,
                                 IntConsumer yMinPosSetter,
                                 IntConsumer yMaxPosSetter,
                                 IntConsumer yBMinPosSetter,
                                 IntConsumer yBMaxPosSetter,
                                 BindingConfiguration binding) {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy