Clean unused clunk in WhiteCloth.java

master
PF94 2020-11-23 20:56:42 -05:00
parent 3bcea7a945
commit 3fe9092859
1 changed files with 0 additions and 7 deletions

View File

@ -4,8 +4,6 @@
package com.mojang.minecraft.level.tile;
import com.mojang.minecraft.phys.AABB;
import com.mojang.minecraft.renderer.Tesselator;
import java.util.Random;
import com.mojang.minecraft.level.Level;
@ -25,11 +23,6 @@ public class WhiteCloth extends Tile
}
}
// @Override
// public AABB getAABB(final int x, final int y, final int z) {
// return null;
// }
@Override
public boolean blocksLight() {
return false;