Modifier and Type | Field and Description |
---|---|
WorldClient |
Minecraft.world |
Modifier and Type | Method and Description |
---|---|
void |
Minecraft.loadWorld(WorldClient worldClientIn) |
void |
Minecraft.loadWorld(WorldClient worldClientIn,
java.lang.String loadingMessage) |
Modifier and Type | Method and Description |
---|---|
EnumActionResult |
PlayerControllerMP.processRightClickBlock(EntityPlayerSP player,
WorldClient worldIn,
BlockPos pos,
EnumFacing direction,
Vec3d vec,
EnumHand hand) |
Modifier and Type | Field and Description |
---|---|
private WorldClient |
NetHandlerPlayClient.clientWorldController |
Modifier and Type | Field and Description |
---|---|
private WorldClient |
RenderGlobal.world |
Modifier and Type | Method and Description |
---|---|
void |
RenderGlobal.setWorldAndLoadRenderers(WorldClient worldClientIn) |
Modifier and Type | Method and Description |
---|---|
default void |
ITutorialStep.onHitBlock(WorldClient worldIn,
BlockPos pos,
IBlockState state,
float diggingStage) |
void |
PunchTreeStep.onHitBlock(WorldClient worldIn,
BlockPos pos,
IBlockState state,
float diggingStage) |
void |
Tutorial.onHitBlock(WorldClient worldIn,
BlockPos pos,
IBlockState state,
float diggingStage) |
default void |
ITutorialStep.onMouseHover(WorldClient worldIn,
RayTraceResult result) |
void |
FindTreeStep.onMouseHover(WorldClient worldIn,
RayTraceResult result) |
void |
Tutorial.onMouseHover(WorldClient worldIn,
RayTraceResult result) |
Modifier and Type | Method and Description |
---|---|
abstract void |
IRenderHandler.render(float partialTicks,
WorldClient world,
Minecraft mc) |
Modifier and Type | Method and Description |
---|---|
WorldClient |
FMLClientHandler.getWorldClient() |
Modifier and Type | Method and Description |
---|---|
void |
FMLClientHandler.handleClientWorldClosing(WorldClient world) |