Class CreativeModeTabEvent

java.lang.Object
net.minecraftforge.eventbus.api.Event
net.minecraftforge.event.CreativeModeTabEvent
All Implemented Interfaces:
IModBusEvent
Direct Known Subclasses:
CreativeModeTabEvent.BuildContents, CreativeModeTabEvent.Register

public class CreativeModeTabEvent extends net.minecraftforge.eventbus.api.Event implements IModBusEvent
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static final class 
    Fired when the contents of a specific creative mode tab are being populated.
    static final class 
    Fired when creative mode tabs can be registered.
    static interface 
    A registrar which is capable of registering new tabs.

    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
    Modifier and Type
    Field
    Description
    private static final List<Object>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class net.minecraftforge.eventbus.api.Event

    getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • DEFAULT_AFTER_ENTRIES

      private static final List<Object> DEFAULT_AFTER_ENTRIES
  • Constructor Details

    • CreativeModeTabEvent

      @Internal public CreativeModeTabEvent()