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

    Static Methods
    Modifier and Type
    Method
    Description
    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)
     
  • 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)