Modifier and Type | Field and Description |
---|---|
ClientWorld |
Minecraft.world |
Modifier and Type | Method and Description |
---|---|
void |
Minecraft.loadWorld(ClientWorld worldClientIn) |
private void |
Minecraft.updateWorldRenderer(ClientWorld worldIn) |
Constructor and Description |
---|
ClientGameSession(ClientWorld p_i51152_1_,
ClientPlayerEntity p_i51152_2_,
ClientPlayNetHandler p_i51152_3_) |
Modifier and Type | Field and Description |
---|---|
ClientWorld |
AbstractClientPlayerEntity.worldClient |
Constructor and Description |
---|
AbstractClientPlayerEntity(ClientWorld p_i50991_1_,
com.mojang.authlib.GameProfile p_i50991_2_) |
ClientPlayerEntity(Minecraft minecraftIn,
ClientWorld clientWorldIn,
ClientPlayNetHandler connectionIn,
StatisticsManager statsManager,
ClientRecipeBook recipes) |
RemoteClientPlayerEntity(ClientWorld p_i50989_1_,
com.mojang.authlib.GameProfile p_i50989_2_) |
Modifier and Type | Field and Description |
---|---|
private ClientWorld |
ClientChunkProvider.world |
Modifier and Type | Method and Description |
---|---|
void |
PlayerController.acknowledgePlayerDiggingReceived(ClientWorld worldIn,
BlockPos pos,
BlockState blockIn,
CPlayerDiggingPacket.Action action,
boolean successful) |
ClientPlayerEntity |
PlayerController.createPlayer(ClientWorld worldIn,
StatisticsManager statsManager,
ClientRecipeBook recipes) |
ActionResultType |
PlayerController.func_217292_a(ClientPlayerEntity p_217292_1_,
ClientWorld p_217292_2_,
Hand p_217292_3_,
BlockRayTraceResult p_217292_4_) |
Constructor and Description |
---|
ClientChunkProvider(ClientWorld clientWorldIn,
int viewDistance) |
Modifier and Type | Field and Description |
---|---|
private ClientWorld |
ClientPlayNetHandler.world |
Modifier and Type | Method and Description |
---|---|
ClientWorld |
ClientPlayNetHandler.getWorld() |
Modifier and Type | Field and Description |
---|---|
private ClientWorld |
WorldRenderer.world |
Modifier and Type | Method and Description |
---|---|
void |
WorldRenderer.setWorldAndLoadRenderers(ClientWorld worldClientIn) |
static void |
FogRenderer.updateFogColor(ActiveRenderInfo activeRenderInfoIn,
float partialTicks,
ClientWorld worldIn,
int renderDistanceChunks,
float bossColorModifier) |
Modifier and Type | Method and Description |
---|---|
void |
Tutorial.onHitBlock(ClientWorld worldIn,
BlockPos pos,
BlockState state,
float diggingStage) |
default void |
ITutorialStep.onHitBlock(ClientWorld worldIn,
BlockPos pos,
BlockState state,
float diggingStage) |
void |
PunchTreeStep.onHitBlock(ClientWorld worldIn,
BlockPos pos,
BlockState state,
float diggingStage) |
void |
FindTreeStep.onMouseHover(ClientWorld worldIn,
RayTraceResult result) |
void |
Tutorial.onMouseHover(ClientWorld worldIn,
RayTraceResult result) |
default void |
ITutorialStep.onMouseHover(ClientWorld worldIn,
RayTraceResult result) |
Modifier and Type | Method and Description |
---|---|
void |
IRenderHandler.render(int ticks,
float partialTicks,
ClientWorld world,
Minecraft mc) |
default void |
SkyRenderHandler.render(int ticks,
float partialTicks,
ClientWorld world,
Minecraft mc) |
default void |
CloudRenderHandler.render(int ticks,
float partialTicks,
ClientWorld world,
Minecraft mc) |
void |
SkyRenderHandler.render(int ticks,
float partialTicks,
MatrixStack matrixStack,
ClientWorld world,
Minecraft mc) |
void |
CloudRenderHandler.render(int ticks,
float partialTicks,
MatrixStack matrixStack,
ClientWorld world,
Minecraft mc) |
Modifier and Type | Method and Description |
---|---|
static void |
ClientHooks.handleClientWorldClosing(ClientWorld world) |