Class SlimeWanderEvent

All Implemented Interfaces:
Cancellable
Direct Known Subclasses:
SlimeSwimEvent

public class SlimeWanderEvent extends SlimePathfindEvent implements Cancellable
Fired when a Slime decides to start wandering.

This event does not fire for the entity's actual movement. Only when it is choosing to start moving.

  • Constructor Details

    • SlimeWanderEvent

      public SlimeWanderEvent(@NotNull Slime slime)