mirror of
https://github.com/dmulloy2/ProtocolLib.git
synced 2025-01-06 00:18:38 +01:00
Fix constructor visibility
This commit is contained in:
parent
9fe5df3cfe
commit
84b502cba7
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user