Package de.teamlapen.werewolves.proxy
Class ClientProxy
java.lang.Object
de.teamlapen.werewolves.proxy.CommonProxy
de.teamlapen.werewolves.proxy.ClientProxy
- All Implemented Interfaces:
de.teamlapen.lib.lib.util.IInitListener,Proxy
-
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 TypeMethodDescriptionvoiddisplayWolfsbaneScreen(WolfsbaneDiffuserBlockEntity tile, net.minecraft.network.chat.Component title) voidvoidhandleAttackTargetEventPacket(@NotNull ClientboundAttackTargetEventPacket packet) voidonInitStep(@NotNull de.teamlapen.lib.lib.util.IInitListener.Step step, @NotNull net.minecraftforge.fml.event.lifecycle.ParallelDispatchEvent event) static voidopenScreen(net.minecraft.client.gui.screens.Screen screen) static voidrunOnRenderThread(Runnable runnable) Methods inherited from class de.teamlapen.werewolves.proxy.CommonProxy
handleAppearancePacket
-
Constructor Details
-
ClientProxy
public ClientProxy()
-
-
Method Details
-
onInitStep
public void onInitStep(@NotNull @NotNull de.teamlapen.lib.lib.util.IInitListener.Step step, @NotNull @NotNull net.minecraftforge.fml.event.lifecycle.ParallelDispatchEvent event) - Specified by:
onInitStepin interfacede.teamlapen.lib.lib.util.IInitListener- Overrides:
onInitStepin classCommonProxy
-
handleAttackTargetEventPacket
public void handleAttackTargetEventPacket(@NotNull @NotNull ClientboundAttackTargetEventPacket packet) -
endVisionBatch
public void endVisionBatch() -
displayWolfsbaneScreen
public void displayWolfsbaneScreen(WolfsbaneDiffuserBlockEntity tile, net.minecraft.network.chat.Component title) -
runOnRenderThread
-
openScreen
public static void openScreen(net.minecraft.client.gui.screens.Screen screen)
-