Archiviert
13
0

Fix constructor visibility

Dieser Commit ist enthalten in:
Dan Mulloy 2015-06-19 22:18:46 -04:00
Ursprung 9fe5df3cfe
Commit 84b502cba7

Datei anzeigen

@ -46,7 +46,7 @@ class TileEntityAccessor<T extends BlockState> {
private boolean writeDetected; private boolean writeDetected;
private boolean readDetected; private boolean readDetected;
public TileEntityAccessor() { private TileEntityAccessor() {
// Do nothing // Do nothing
} }