Class BoxCountCalculateEvent.Post

java.lang.Object
net.minecraftforge.eventbus.api.Event
com.pixelmonmod.pixelmon.api.events.storage.BoxCountCalculateEvent
com.pixelmonmod.pixelmon.api.events.storage.BoxCountCalculateEvent.Post
Enclosing class:
BoxCountCalculateEvent

public static class BoxCountCalculateEvent.Post extends BoxCountCalculateEvent
Fired immediately after the BoxCountCalculateEvent.Pre and should be used to observe what the box count is finally decided to be
  • Constructor Details

    • Post

      public Post(UUID uuid, int boxCount)