Class EntitySplashFX.Factory

    • Constructor Summary

      Constructors 
      Constructor Description
      Factory()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      EntityFX getEntityFX​(int var1, World world, double d0, double d1, double d2, double d3, double d4, double d5, int... var15)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Factory

        public Factory()
    • Method Detail

      • getEntityFX

        public EntityFX getEntityFX​(int var1,
                                    World world,
                                    double d0,
                                    double d1,
                                    double d2,
                                    double d3,
                                    double d4,
                                    double d5,
                                    int... var15)
        Specified by:
        getEntityFX in interface IParticleFactory