3
0
Mirror von https://github.com/IntellectualSites/FastAsyncWorldEdit.git synchronisiert 2024-09-16 13:01:24 +02:00
Dieser Commit ist enthalten in:
MattBDev 2020-03-05 16:10:17 -05:00
Ursprung 915ab43f6e
Commit 58eae73040

Datei anzeigen

@ -18,7 +18,7 @@ import java.util.stream.IntStream;
import org.jetbrains.annotations.Range; import org.jetbrains.annotations.Range;
/** /**
* Shared interface for IGetBlocks and ISetBlocks * A shared interface for IGetBlocks and ISetBlocks
*/ */
public interface IBlocks extends Trimable { public interface IBlocks extends Trimable {