Uses of Package
net.minecraft.client.report.log
Packages that use net.minecraft.client.report.log
Package
Description
The base package for all Minecraft classes.
-
Classes in net.minecraft.client.report.log used by net.minecraftClassDescriptionA chat log holds received message entries with sequential indices, where newer entries receive bigger indices.A chat message received by the client.
-
Classes in net.minecraft.client.report.log used by net.minecraft.client.gui.screen.multiplayerClassDescriptionA chat log holds received message entries with sequential indices, where newer entries receive bigger indices.
-
Classes in net.minecraft.client.report.log used by net.minecraft.client.gui.screen.reportClassDescriptionA message received by the client and stored in
ChatLog.A chat message received by the client. -
Classes in net.minecraft.client.report.log used by net.minecraft.client.networkClassDescriptionAn implementation of
ChatLogusing a fixed-size array and0as the starting index. -
Classes in net.minecraft.client.report.log used by net.minecraft.client.reportClassDescriptionA chat log holds received message entries with sequential indices, where newer entries receive bigger indices.A chat message received by the client.
-
Classes in net.minecraft.client.report.log used by net.minecraft.client.report.log
-
Classes in net.minecraft.client.report.log used by net.minecraft.server.networkClassDescriptionAn implementation of
ChatLogusing a fixed-size array and0as the starting index.