Spaces:
Build error
Build error
package net.minecraft.util.parsing.packrat; | |
public interface Control { | |
Control UNBOUND = () -> { | |
}; | |
void cut(); | |
} |
package net.minecraft.util.parsing.packrat; | |
public interface Control { | |
Control UNBOUND = () -> { | |
}; | |
void cut(); | |
} |