From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Aikar Date: Wed, 13 Apr 2016 00:30:10 -0400 Subject: [PATCH] Don't tick Skulls - unused code diff --git a/src/main/java/net/minecraft/world/level/block/entity/SkullBlockEntity.java b/src/main/java/net/minecraft/world/level/block/entity/SkullBlockEntity.java index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000 100644 --- a/src/main/java/net/minecraft/world/level/block/entity/SkullBlockEntity.java +++ b/src/main/java/net/minecraft/world/level/block/entity/SkullBlockEntity.java @@ -0,0 +0,0 @@ import net.minecraft.server.MinecraftServer; import net.minecraft.server.players.GameProfileCache; import net.minecraft.util.StringUtil; -public class SkullBlockEntity extends BlockEntity implements TickableBlockEntity { +public class SkullBlockEntity extends BlockEntity /*implements ITickable*/ { // Paper - remove tickable @Nullable private static GameProfileCache profileCache; @@ -0,0 +0,0 @@ public class SkullBlockEntity extends BlockEntity implements TickableBlockEntity } - @Override + // Paper - remove override public void tick() { BlockState iblockdata = this.getBlockState();