Class BoxCountCalculateEvent.Pre
java.lang.Object
net.minecraftforge.eventbus.api.Event
com.pixelmonmod.pixelmon.api.events.storage.BoxCountCalculateEvent
com.pixelmonmod.pixelmon.api.events.storage.BoxCountCalculateEvent.Pre
- Enclosing class:
- BoxCountCalculateEvent
Event fired before the box number has been decided
This is not cancellable as this information is always necessary
This is not cancellable as this information is always necessary
-
Nested Class Summary
Nested classes/interfaces inherited from class com.pixelmonmod.pixelmon.api.events.storage.BoxCountCalculateEvent
BoxCountCalculateEvent.Post, BoxCountCalculateEvent.Pre
Nested classes/interfaces inherited from class net.minecraftforge.eventbus.api.Event
net.minecraftforge.eventbus.api.Event.HasResult, net.minecraftforge.eventbus.api.Event.Result
-
Field Summary
Fields inherited from class com.pixelmonmod.pixelmon.api.events.storage.BoxCountCalculateEvent
boxCount, uuid
-
Constructor Summary
-
Method Summary
Methods inherited from class com.pixelmonmod.pixelmon.api.events.storage.BoxCountCalculateEvent
getBoxCount, getPlayer, getUuid
Methods inherited from class net.minecraftforge.eventbus.api.Event
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult
-
Constructor Details
-
Pre
-
-
Method Details
-
setBoxCount
public void setBoxCount(int boxCount)
-