Package | Description |
---|---|
net.minecraft.client.renderer.entity | |
net.minecraft.entity.player | |
net.minecraftforge.event.entity.player |
Modifier and Type | Method and Description |
---|---|
void |
RenderFish.doRender(EntityFishHook entity,
double x,
double y,
double z,
float entityYaw,
float partialTicks) |
protected ResourceLocation |
RenderFish.getEntityTexture(EntityFishHook entity) |
Modifier and Type | Field and Description |
---|---|
EntityFishHook |
EntityPlayer.fishEntity |
Modifier and Type | Field and Description |
---|---|
private EntityFishHook |
ItemFishedEvent.hook |
Modifier and Type | Method and Description |
---|---|
EntityFishHook |
ItemFishedEvent.getHookEntity()
Use this to stuff related to the hook itself, like the position of the bobber.
|
Constructor and Description |
---|
ItemFishedEvent(java.util.List<ItemStack> stacks,
int rodDamage,
EntityFishHook hook) |