Class EntityFirework.StarterFX

  • All Implemented Interfaces:
    org.teavm.jso.JSObject
    Enclosing class:
    EntityFirework

    public static class EntityFirework.StarterFX
    extends EntityFX
    • Constructor Detail

      • StarterFX

        public StarterFX​(World parWorld,
                         double parDouble1,
                         double parDouble2,
                         double parDouble3,
                         double parDouble4,
                         double parDouble5,
                         double parDouble6,
                         EffectRenderer parEffectRenderer,
                         NBTTagCompound parNBTTagCompound)
    • Method Detail

      • renderParticle

        public void renderParticle​(WorldRenderer var1,
                                   Entity var2,
                                   float var3,
                                   float var4,
                                   float var5,
                                   float var6,
                                   float var7,
                                   float var8)
        Description copied from class: EntityFX
        + Renders the particle
        Overrides:
        renderParticle in class EntityFX
      • onUpdate

        public void onUpdate()
        Description copied from class: EntityFX
        + Called to update the entity's position/logic.
        Overrides:
        onUpdate in class EntityFX