Uses of Package
net.minecraftforge.event
Packages that use net.minecraftforge.event
Package
Description
-
Classes in net.minecraftforge.event used by net.minecraftforge.commonClassDescriptionThe main ResourceManager is recreated on each reload, through
ServerResources
's creation.Commands are rebuilt wheneverServerResources
is recreated.Register your objects for the appropriate registry type when you receive this event.Fired on the client when :TagContainer
has all of its tags synced from the server to the client (just after a client has connected). -
Classes in net.minecraftforge.event used by net.minecraftforge.debugClassDescriptionFired on PackRepository creation to allow mods to add new pack finders.
-
Classes in net.minecraftforge.event used by net.minecraftforge.debug.blockClassDescriptionRegister your objects for the appropriate registry type when you receive this event.
-
Classes in net.minecraftforge.event used by net.minecraftforge.debug.chatClassDescriptionCommandEvent is fired after a command is parsed, but before it is executed.
-
Classes in net.minecraftforge.event used by net.minecraftforge.debug.client.modelClassDescriptionRegister your objects for the appropriate registry type when you receive this event.
-
Classes in net.minecraftforge.event used by net.minecraftforge.debug.client.renderingClassDescriptionRegister your objects for the appropriate registry type when you receive this event.
-
Classes in net.minecraftforge.event used by net.minecraftforge.debug.command
-
Classes in net.minecraftforge.event used by net.minecraftforge.debug.entityClassDescriptionRegister your objects for the appropriate registry type when you receive this event.
-
Classes in net.minecraftforge.event used by net.minecraftforge.debug.itemClassDescriptionThis event is fired when the attributes for an ItemStack are being calculated.Register your objects for the appropriate registry type when you receive this event.
-
Classes in net.minecraftforge.event used by net.minecraftforge.debug.miscClassDescriptionFires when a player joins the server or when the reload command is ran, before tags and crafting recipes are sent to the client.Commands are rebuilt whenever
ServerResources
is recreated.Register your objects for the appropriate registry type when you receive this event. -
Classes in net.minecraftforge.event used by net.minecraftforge.debug.worldClassDescriptionRegister your objects for the appropriate registry type when you receive this event.
-
Classes in net.minecraftforge.event used by net.minecraftforge.eventClassDescriptionFired whenever an object with Capabilities support {currently TileEntity/Item/Entity) is created.RegistryEvent supertype.Actions you can take with this missing mapping.
-
Classes in net.minecraftforge.event used by net.minecraftforge.registriesClassDescriptionRegister new registries when you receive this event, through the
RegistryBuilder
Register your objects for the appropriate registry type when you receive this event.