Package dev.architectury.utils.value
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, andThen
Methods inherited from interface java.util.function.BooleanSupplier
getAsBoolean