| Package | Description |
|---|---|
| net.minecraft.client | |
| net.minecraft.client.entity.player | |
| net.minecraft.client.multiplayer | |
| net.minecraft.client.util | |
| net.minecraft.client.world |
| Modifier and Type | Method and Description |
|---|---|
ClientPlayNetHandler |
Minecraft.getConnection() |
| Constructor and Description |
|---|
ClientGameSession(ClientWorld p_i51152_1_,
ClientPlayerEntity p_i51152_2_,
ClientPlayNetHandler p_i51152_3_) |
| Modifier and Type | Field and Description |
|---|---|
ClientPlayNetHandler |
ClientPlayerEntity.connection |
| Constructor and Description |
|---|
ClientPlayerEntity(Minecraft minecraftIn,
ClientWorld clientWorldIn,
ClientPlayNetHandler connectionIn,
StatisticsManager statsManager,
ClientRecipeBook recipes) |
| Modifier and Type | Field and Description |
|---|---|
private ClientPlayNetHandler |
PlayerController.connection |
private ClientPlayNetHandler |
ClientSuggestionProvider.connection |
| Constructor and Description |
|---|
ClientSuggestionProvider(ClientPlayNetHandler p_i49558_1_,
Minecraft p_i49558_2_) |
PlayerController(Minecraft mcIn,
ClientPlayNetHandler netHandler) |
| Modifier and Type | Field and Description |
|---|---|
private ClientPlayNetHandler |
NBTQueryManager.connection |
| Constructor and Description |
|---|
NBTQueryManager(ClientPlayNetHandler p_i49773_1_) |
| Modifier and Type | Field and Description |
|---|---|
private ClientPlayNetHandler |
ClientWorld.connection |
| Constructor and Description |
|---|
ClientWorld(ClientPlayNetHandler netHandler,
WorldSettings worldSettingsIn,
DimensionType dimType,
int viewDistance,
IProfiler profilerIn,
WorldRenderer worldRendererIn) |