public class PlayerControllerMP extends PlayerController
field_1064_b, mc| Constructor and Description |
|---|
PlayerControllerMP(net.minecraft.client.Minecraft minecraft,
NetClientHandler netclienthandler) |
| Modifier and Type | Method and Description |
|---|---|
void |
attackEntity(EntityPlayer entityplayer,
Entity entity) |
void |
clickBlock(int i,
int j,
int k,
int l) |
EntityPlayer |
createPlayer(World world) |
void |
flipPlayer(EntityPlayer entityplayer) |
void |
func_20086_a(int i,
EntityPlayer entityplayer) |
ItemStack |
func_27174_a(int i,
int j,
int k,
boolean flag,
EntityPlayer entityplayer) |
void |
func_717_a(World world) |
float |
getBlockReachDistance() |
void |
interactWithEntity(EntityPlayer entityplayer,
Entity entity) |
void |
resetBlockRemoving() |
boolean |
sendBlockRemoved(int i,
int j,
int k,
int l) |
void |
sendBlockRemoving(int i,
int j,
int k,
int l) |
boolean |
sendPlaceBlock(EntityPlayer entityplayer,
World world,
ItemStack itemstack,
int i,
int j,
int k,
int l) |
boolean |
sendUseItem(EntityPlayer entityplayer,
World world,
ItemStack itemstack) |
void |
setPartialTime(float f) |
void |
updateController() |
func_6473_b, shouldDrawHUDpublic PlayerControllerMP(net.minecraft.client.Minecraft minecraft,
NetClientHandler netclienthandler)
public void flipPlayer(EntityPlayer entityplayer)
flipPlayer in class PlayerControllerpublic boolean sendBlockRemoved(int i,
int j,
int k,
int l)
sendBlockRemoved in class PlayerControllerpublic void clickBlock(int i,
int j,
int k,
int l)
clickBlock in class PlayerControllerpublic void resetBlockRemoving()
resetBlockRemoving in class PlayerControllerpublic void sendBlockRemoving(int i,
int j,
int k,
int l)
sendBlockRemoving in class PlayerControllerpublic void setPartialTime(float f)
setPartialTime in class PlayerControllerpublic float getBlockReachDistance()
getBlockReachDistance in class PlayerControllerpublic void func_717_a(World world)
func_717_a in class PlayerControllerpublic void updateController()
updateController in class PlayerControllerpublic boolean sendPlaceBlock(EntityPlayer entityplayer, World world, ItemStack itemstack, int i, int j, int k, int l)
sendPlaceBlock in class PlayerControllerpublic boolean sendUseItem(EntityPlayer entityplayer, World world, ItemStack itemstack)
sendUseItem in class PlayerControllerpublic EntityPlayer createPlayer(World world)
createPlayer in class PlayerControllerpublic void attackEntity(EntityPlayer entityplayer, Entity entity)
attackEntity in class PlayerControllerpublic void interactWithEntity(EntityPlayer entityplayer, Entity entity)
interactWithEntity in class PlayerControllerpublic ItemStack func_27174_a(int i, int j, int k, boolean flag, EntityPlayer entityplayer)
func_27174_a in class PlayerControllerpublic void func_20086_a(int i,
EntityPlayer entityplayer)
func_20086_a in class PlayerController