more progress

This commit is contained in:
Spottedleaf
2020-06-25 04:00:35 -07:00
parent 5287c1ba7c
commit fbbf45ec42
35 changed files with 305 additions and 319 deletions

View File

@@ -15,8 +15,8 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
-public class TileEntitySkull extends TileEntity implements ITickable {
+public class TileEntitySkull extends TileEntity /*implements ITickable*/ { // Paper - remove tickable
public GameProfile gameProfile;
private int b;
@Nullable
private static UserCache userCache;
@@ -0,0 +0,0 @@ public class TileEntitySkull extends TileEntity implements ITickable {
}
@@ -24,5 +24,5 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
- @Override
+ // Paper - remove override
public void tick() {
Block block = this.getBlock().getBlock();
IBlockData iblockdata = this.getBlock();