Class ClientProxy
java.lang.Object
org.cyclops.cyclopscore.proxy.CommonProxyComponent
org.cyclops.cyclopscore.proxy.ClientProxyComponent
org.cyclops.integrateddynamics.proxy.ClientProxy
- All Implemented Interfaces:
org.cyclops.cyclopscore.proxy.IClientProxy
,org.cyclops.cyclopscore.proxy.ICommonProxy
public class ClientProxy
extends org.cyclops.cyclopscore.proxy.ClientProxyComponent
Client Proxy
-
Field Summary
Modifier and TypeFieldDescriptionstatic DiagnosticsWebServer
static final net.minecraft.client.KeyMapping
static final net.minecraft.client.KeyMapping
Fields inherited from class org.cyclops.cyclopscore.proxy.ClientProxyComponent
blockEntityRenderers
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.cyclops.cyclopscore.init.ModBase
getMod()
void
onPlayerLoggedOut
(net.minecraftforge.client.event.ClientPlayerNetworkEvent.LoggingOut event) void
onPostTextureStitch
(net.minecraftforge.client.event.TextureStitchEvent.Post event) void
void
registerKeyBindings
(org.cyclops.cyclopscore.client.key.IKeyRegistry keyRegistry, net.minecraftforge.client.event.RegisterKeyMappingsEvent event) Methods inherited from class org.cyclops.cyclopscore.proxy.ClientProxyComponent
canEqual, equals, getBlockEntityRenderers, getCommonProxyComponent, hashCode, registerPacketHandlers, registerRenderer, registerRenderers, registerTickHandlers, toString
-
Field Details
-
DIAGNOSTICS_SERVER
-
FOCUS_LP_SEARCH
public static final net.minecraft.client.KeyMapping FOCUS_LP_SEARCH -
FOCUS_LP_RENAME
public static final net.minecraft.client.KeyMapping FOCUS_LP_RENAME
-
-
Constructor Details
-
ClientProxy
public ClientProxy()
-
-
Method Details
-
getMod
public org.cyclops.cyclopscore.init.ModBase getMod() -
registerEventHooks
public void registerEventHooks()- Specified by:
registerEventHooks
in interfaceorg.cyclops.cyclopscore.proxy.ICommonProxy
- Overrides:
registerEventHooks
in classorg.cyclops.cyclopscore.proxy.ClientProxyComponent
-
registerKeyBindings
public void registerKeyBindings(org.cyclops.cyclopscore.client.key.IKeyRegistry keyRegistry, net.minecraftforge.client.event.RegisterKeyMappingsEvent event) - Specified by:
registerKeyBindings
in interfaceorg.cyclops.cyclopscore.proxy.ICommonProxy
- Overrides:
registerKeyBindings
in classorg.cyclops.cyclopscore.proxy.ClientProxyComponent
-
onPostTextureStitch
public void onPostTextureStitch(net.minecraftforge.client.event.TextureStitchEvent.Post event) -
onPlayerLoggedOut
public void onPlayerLoggedOut(net.minecraftforge.client.event.ClientPlayerNetworkEvent.LoggingOut event)
-