Package me.shedaniel.architectury.utils
Interface BooleanValue
- All Superinterfaces:
 it.unimi.dsi.fastutil.booleans.BooleanConsumer,BooleanSupplier,Consumer<Boolean>,Supplier<Boolean>,Value<Boolean>
public interface BooleanValue
extends Value<Boolean>, BooleanSupplier, it.unimi.dsi.fastutil.booleans.BooleanConsumer
- 
Method Summary
Methods inherited from interface it.unimi.dsi.fastutil.booleans.BooleanConsumer
accept, accept, andThen, andThenMethods inherited from interface java.util.function.BooleanSupplier
getAsBoolean