net.minecraft.src
Class RenderXPOrb
java.lang.Object
  
net.minecraft.src.Render
      
net.minecraft.src.RenderXPOrb
public class RenderXPOrb
- extends Render
 
 
| 
Method Summary | 
 void | 
doRender(Entity par1Entity,
                 double par2,
                 double par4,
                 double par6,
                 float par8,
                 float par9)
 
          Actually renders the given argument. | 
 void | 
renderTheXPOrb(EntityXPOrb par1EntityXPOrb,
                             double par2,
                             double par4,
                             double par6,
                             float par8,
                             float par9)
 
          Renders the XP Orb. | 
 
 
 
RenderXPOrb
public RenderXPOrb()
renderTheXPOrb
public void renderTheXPOrb(EntityXPOrb par1EntityXPOrb,
                           double par2,
                           double par4,
                           double par6,
                           float par8,
                           float par9)
- Renders the XP Orb.
 
 
doRender
public void doRender(Entity par1Entity,
                     double par2,
                     double par4,
                     double par6,
                     float par8,
                     float par9)
- Actually renders the given argument. This is a synthetic bridge method, always casting down its argument and then
 handing it off to a worker function which does the actual work. In all probabilty, the class Render is generic
 (Render
- Specified by:
 doRender in class Render