Class RegisterLangEvent
java.lang.Object
net.minheur.potoflux.loader.mod.events.RegisterLangEvent
Event to register your lang registries.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidregisterLang(AbstractTranslationsRegistry registry) Call this to add your lang registry to the list
-
Constructor Details
-
RegisterLangEvent
public RegisterLangEvent()
-
-
Method Details
-
registerLang
Call this to add your lang registry to the list- Parameters:
registry- the registry to add to the list
-