Interface GameRulesAccessor.BooleanValue
- Enclosing interface:
- GameRulesAccessor
public static interface GameRulesAccessor.BooleanValue
Spliting simple classes because mixin can't handle refmap using the same name
-
Method Summary
Modifier and TypeMethodDescriptionstatic net.minecraft.world.level.GameRules.Type<net.minecraft.world.level.GameRules.BooleanValue>
invokeCreateArchitectury
(boolean value, BiConsumer<net.minecraft.server.MinecraftServer, net.minecraft.world.level.GameRules.BooleanValue> biConsumer)
-
Method Details
-
invokeCreateArchitectury
static net.minecraft.world.level.GameRules.Type<net.minecraft.world.level.GameRules.BooleanValue> invokeCreateArchitectury(boolean value, BiConsumer<net.minecraft.server.MinecraftServer, net.minecraft.world.level.GameRules.BooleanValue> biConsumer)
-