Some changes to make the diff between 1.14-snapshot and commanding branch smaller.

This commit is contained in:
MattBDev
2019-10-11 10:34:56 -04:00
parent 0d794c1004
commit fb91456bdd
9 changed files with 28 additions and 25 deletions

View File

@ -113,8 +113,7 @@ public class CharBlocks implements IBlocks {
return get(blocks, layer)[index];
}
public final void set(CharBlocks blocks, int layer, int index,
char value) {
public final void set(CharBlocks blocks, int layer, int index, char value) {
get(blocks, layer)[index] = value;
}
}