Interface GameRulesAccessor.IntegerValue

Enclosing interface:
GameRulesAccessor

public static interface GameRulesAccessor.IntegerValue
  • Method Summary

    Static Methods
    Modifier and Type
    Method
    Description
    static net.minecraft.world.level.GameRules.Type<net.minecraft.world.level.GameRules.IntegerValue>
    invokeCreateArchitectury(int value, BiConsumer<net.minecraft.server.MinecraftServer,net.minecraft.world.level.GameRules.IntegerValue> biConsumer)
     
  • Method Details

    • invokeCreateArchitectury

      static net.minecraft.world.level.GameRules.Type<net.minecraft.world.level.GameRules.IntegerValue> invokeCreateArchitectury(int value, BiConsumer<net.minecraft.server.MinecraftServer,net.minecraft.world.level.GameRules.IntegerValue> biConsumer)