Interface AreaLeaveModule

All Superinterfaces:
AreaModule

public interface AreaLeaveModule extends AreaModule
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onLeave(net.minecraft.server.level.ServerPlayer player, Area area)
     

    Methods inherited from interface AreaModule

    id, onAttach, onDetach
  • Method Details

    • onLeave

      void onLeave(net.minecraft.server.level.ServerPlayer player, Area area)