Package de.teamlapen.werewolves.proxy
Class CommonProxy
java.lang.Object
de.teamlapen.werewolves.proxy.CommonProxy
- All Implemented Interfaces:
de.teamlapen.lib.lib.util.IInitListener,Proxy
- Direct Known Subclasses:
ClientProxy,ServerProxy
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.teamlapen.lib.lib.util.IInitListener
de.teamlapen.lib.lib.util.IInitListener.Step -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonInitStep(de.teamlapen.lib.lib.util.IInitListener.Step step, net.neoforged.fml.event.lifecycle.ParallelDispatchEvent event) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.teamlapen.werewolves.proxy.Proxy
displayWerewolfMinionAppearanceScreen, displayWerewolfStatsScreen, displayWolfsbaneScreen
-
Constructor Details
-
CommonProxy
public CommonProxy()
-
-
Method Details
-
onInitStep
public void onInitStep(de.teamlapen.lib.lib.util.IInitListener.Step step, net.neoforged.fml.event.lifecycle.ParallelDispatchEvent event) - Specified by:
onInitStepin interfacede.teamlapen.lib.lib.util.IInitListener
-