updated project to newest minestom commit

This commit is contained in:
2025-03-02 23:26:58 +01:00
parent e0ee1e66c9
commit 8fdd0487bf
7 changed files with 68 additions and 49 deletions

View File

@@ -28,10 +28,6 @@ public class InteractableEntity extends EntityCreature {
.addListener(PlayerEntityInteractEvent.class, this::onInteract) //TODO Why are some of these listeners not working?
.addListener(EntityAttackEvent.class, this::onAttack);
System.out.println(eventNode().getChildren());
System.out.println(eventNode().getParent().getChildren());
}
private void setInstanceEvent(@NotNull AddEntityToInstanceEvent addEntityToInstanceEvent) {