more progress
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user