java.lang.Object
net.neoforged.bus.BusBuilderImpl
- All Implemented Interfaces:
BusBuilder
BusBuilder Implementation, public for BusBuilder.builder() only, don't use this directly.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAllow callingIEventBus.post(EventPriority, Event).build()classChecker(IEventClassChecker checker) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.neoforged.bus.api.BusBuilder
markerType
-
Constructor Details
-
BusBuilderImpl
public BusBuilderImpl()
-
-
Method Details
-
setExceptionHandler
- Specified by:
setExceptionHandlerin interfaceBusBuilder
-
startShutdown
- Specified by:
startShutdownin interfaceBusBuilder
-
checkTypesOnDispatch
- Specified by:
checkTypesOnDispatchin interfaceBusBuilder
-
classChecker
- Specified by:
classCheckerin interfaceBusBuilder
-
allowPerPhasePost
Description copied from interface:BusBuilderAllow callingIEventBus.post(EventPriority, Event).- Specified by:
allowPerPhasePostin interfaceBusBuilder
-
build
- Specified by:
buildin interfaceBusBuilder
-