Package net.minecraftforge.fmlclient
Class ClientHooks
java.lang.Object
net.minecraftforge.fmlclient.ClientHooks
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddrawForgePingInfo(JoinMultiplayerScreen gui, ServerData target, PoseStack mStack, int x, int y, int width, int relativeMouseX, int relativeMouseY)Deprecated, for removal: This API element is subject to removal in a future version.static voidfirePlayerLogin(MultiPlayerGameMode pc, LocalPlayer player, Connection networkManager)Deprecated, for removal: This API element is subject to removal in a future version.static voidfirePlayerLogout(MultiPlayerGameMode pc, LocalPlayer player)Deprecated, for removal: This API element is subject to removal in a future version.static voidfirePlayerRespawn(MultiPlayerGameMode pc, LocalPlayer oldPlayer, LocalPlayer newPlayer, Connection networkManager)Deprecated, for removal: This API element is subject to removal in a future version.static StringfixDescription(String description)Deprecated, for removal: This API element is subject to removal in a future version.static voidhandleClientWorldClosing(ClientLevel world)Deprecated, for removal: This API element is subject to removal in a future version.static voidDeprecated, for removal: This API element is subject to removal in a future version.static voidprocessForgeListPingData(ServerStatus packet, ServerData target)Deprecated, for removal: This API element is subject to removal in a future version.static voidtrackBrokenTexture(ResourceLocation resourceLocation, String error)Deprecated, for removal: This API element is subject to removal in a future version.static voidtrackMissingTexture(ResourceLocation resourceLocation)Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
ClientHooks
public ClientHooks()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
processForgeListPingData
@Deprecated(since="1.18", forRemoval=true) public static void processForgeListPingData(ServerStatus packet, ServerData target)Deprecated, for removal: This API element is subject to removal in a future version. -
drawForgePingInfo
@Deprecated(since="1.18", forRemoval=true) public static void drawForgePingInfo(JoinMultiplayerScreen gui, ServerData target, PoseStack mStack, int x, int y, int width, int relativeMouseX, int relativeMouseY)Deprecated, for removal: This API element is subject to removal in a future version. -
fixDescription
Deprecated, for removal: This API element is subject to removal in a future version. -
handleClientWorldClosing
@Deprecated(since="1.18", forRemoval=true) public static void handleClientWorldClosing(ClientLevel world)Deprecated, for removal: This API element is subject to removal in a future version. -
trackMissingTexture
@Deprecated(since="1.18", forRemoval=true) public static void trackMissingTexture(ResourceLocation resourceLocation)Deprecated, for removal: This API element is subject to removal in a future version. -
trackBrokenTexture
@Deprecated(since="1.18", forRemoval=true) public static void trackBrokenTexture(ResourceLocation resourceLocation, String error)Deprecated, for removal: This API element is subject to removal in a future version. -
logMissingTextureErrors
Deprecated, for removal: This API element is subject to removal in a future version. -
firePlayerLogin
@Deprecated(since="1.18", forRemoval=true) public static void firePlayerLogin(MultiPlayerGameMode pc, LocalPlayer player, Connection networkManager)Deprecated, for removal: This API element is subject to removal in a future version. -
firePlayerLogout
@Deprecated(since="1.18", forRemoval=true) public static void firePlayerLogout(MultiPlayerGameMode pc, LocalPlayer player)Deprecated, for removal: This API element is subject to removal in a future version. -
firePlayerRespawn
@Deprecated(since="1.18", forRemoval=true) public static void firePlayerRespawn(MultiPlayerGameMode pc, LocalPlayer oldPlayer, LocalPlayer newPlayer, Connection networkManager)Deprecated, for removal: This API element is subject to removal in a future version.
-