Interface InjectedGameEventExtension
- All Superinterfaces:
InjectedRegistryEntryExtension<net.minecraft.world.level.gameevent.GameEvent>
- All Known Implementing Classes:
MixinGameEvent
public interface InjectedGameEventExtension
extends InjectedRegistryEntryExtension<net.minecraft.world.level.gameevent.GameEvent>
-
Method Summary
Modifier and TypeMethodDescriptiondefault net.minecraft.core.Holder<net.minecraft.world.level.gameevent.GameEvent>
Methods inherited from interface dev.architectury.extensions.injected.InjectedRegistryEntryExtension
arch$registryName
-
Method Details
-
arch$holder
default net.minecraft.core.Holder<net.minecraft.world.level.gameevent.GameEvent> arch$holder()- Specified by:
arch$holder
in interfaceInjectedRegistryEntryExtension<net.minecraft.world.level.gameevent.GameEvent>
-