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
FieldsModifier and TypeFieldDescriptionstatic DiagnosticsWebServerstatic final net.minecraft.client.KeyMappingstatic final net.minecraft.client.KeyMappingFields inherited from class org.cyclops.cyclopscore.proxy.ClientProxyComponent
blockEntityRenderers -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.cyclops.cyclopscore.init.ModBasegetMod()voidonPlayerLoggedOut(net.minecraftforge.client.event.ClientPlayerNetworkEvent.LoggingOut event) voidonPostTextureStitch(net.minecraftforge.client.event.TextureStitchEvent.Post event) voidonPreTextureStitch(net.minecraftforge.client.event.TextureStitchEvent.Pre event) voidvoidregisterKeyBindings(org.cyclops.cyclopscore.client.key.IKeyRegistry keyRegistry, net.minecraftforge.client.event.RegisterKeyMappingsEvent event) Methods inherited from class org.cyclops.cyclopscore.proxy.ClientProxyComponent
canEqual, constructIconProvider, equals, getBlockEntityRenderers, getCommonProxyComponent, getIconProvider, 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:
registerEventHooksin interfaceorg.cyclops.cyclopscore.proxy.ICommonProxy- Overrides:
registerEventHooksin classorg.cyclops.cyclopscore.proxy.ClientProxyComponent
-
registerKeyBindings
public void registerKeyBindings(org.cyclops.cyclopscore.client.key.IKeyRegistry keyRegistry, net.minecraftforge.client.event.RegisterKeyMappingsEvent event) - Specified by:
registerKeyBindingsin interfaceorg.cyclops.cyclopscore.proxy.ICommonProxy- Overrides:
registerKeyBindingsin classorg.cyclops.cyclopscore.proxy.ClientProxyComponent
-
onPreTextureStitch
public void onPreTextureStitch(net.minecraftforge.client.event.TextureStitchEvent.Pre event) -
onPostTextureStitch
public void onPostTextureStitch(net.minecraftforge.client.event.TextureStitchEvent.Post event) -
onPlayerLoggedOut
public void onPlayerLoggedOut(net.minecraftforge.client.event.ClientPlayerNetworkEvent.LoggingOut event)
-