Class ClientProxy
java.lang.Object
org.cyclops.cyclopscore.proxy.CommonProxyComponentCommon
org.cyclops.cyclopscore.proxy.ClientProxyComponentCommon
org.cyclops.cyclopscore.proxy.ClientProxyComponent
org.cyclops.integrateddynamics.proxy.ClientProxy
- All Implemented Interfaces:
org.cyclops.cyclopscore.proxy.IClientProxy
,org.cyclops.cyclopscore.proxy.IClientProxyCommon
,org.cyclops.cyclopscore.proxy.ICommonProxy
,org.cyclops.cyclopscore.proxy.ICommonProxyCommon
public class ClientProxy
extends org.cyclops.cyclopscore.proxy.ClientProxyComponent
Client Proxy
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic DiagnosticsWebServer
static final net.minecraft.client.KeyMapping
static final net.minecraft.client.KeyMapping
Fields inherited from class org.cyclops.cyclopscore.proxy.ClientProxyComponentCommon
blockEntityRenderers
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.cyclops.cyclopscore.init.ModBaseNeoForge
getMod()
void
onPlayerLoggedOut
(net.neoforged.neoforge.client.event.ClientPlayerNetworkEvent.LoggingOut event) void
onPostTextureStitch
(net.neoforged.neoforge.client.event.TextureAtlasStitchedEvent event) void
void
registerKeyBindings
(org.cyclops.cyclopscore.client.key.IKeyRegistry keyRegistry, net.neoforged.neoforge.client.event.RegisterKeyMappingsEvent event) Methods inherited from class org.cyclops.cyclopscore.proxy.ClientProxyComponent
registerPackets
Methods inherited from class org.cyclops.cyclopscore.proxy.ClientProxyComponentCommon
getBlockEntityRenderers, getCommonProxyComponent, registerRenderer, registerRenderers, registerTickHandlers
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.cyclops.cyclopscore.proxy.ICommonProxyCommon
registerRenderer, registerRenderers, registerTickHandlers
-
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.ModBaseNeoForge getMod() -
registerEventHooks
public void registerEventHooks()- Specified by:
registerEventHooks
in interfaceorg.cyclops.cyclopscore.proxy.ICommonProxyCommon
- Overrides:
registerEventHooks
in classorg.cyclops.cyclopscore.proxy.ClientProxyComponent
-
registerKeyBindings
public void registerKeyBindings(org.cyclops.cyclopscore.client.key.IKeyRegistry keyRegistry, net.neoforged.neoforge.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.neoforged.neoforge.client.event.TextureAtlasStitchedEvent event) -
onPlayerLoggedOut
public void onPlayerLoggedOut(net.neoforged.neoforge.client.event.ClientPlayerNetworkEvent.LoggingOut event)
-