mirror of
https://github.com/Minestom/Minestom.git
synced 2025-01-20 07:02:32 +01:00
Cleanup
This commit is contained in:
parent
f3f854feaa
commit
f95b6121fe
@ -290,7 +290,6 @@ public class Player extends LivingEntity implements CommandSender, Localizable,
|
|||||||
// Recipes end
|
// Recipes end
|
||||||
|
|
||||||
// Tags
|
// Tags
|
||||||
// FIXME
|
|
||||||
this.playerConnection.sendPacket(TagsPacket.getRequiredTagsPacket());
|
this.playerConnection.sendPacket(TagsPacket.getRequiredTagsPacket());
|
||||||
|
|
||||||
// Some client update
|
// Some client update
|
||||||
|
@ -1,10 +0,0 @@
|
|||||||
package net.minestom.server.instance.block;
|
|
||||||
|
|
||||||
import net.minestom.server.data.Data;
|
|
||||||
import net.minestom.server.instance.Instance;
|
|
||||||
import net.minestom.server.utils.BlockPosition;
|
|
||||||
|
|
||||||
@FunctionalInterface
|
|
||||||
public interface UpdateConsumer {
|
|
||||||
void update(Instance instance, BlockPosition blockPosition, Data data);
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user