Class Barrier.Factory

    • Constructor Summary

      Constructors 
      Constructor Description
      Factory()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      EntityFX getEntityFX​(int particleID, World worldIn, double xCoordIn, double yCoordIn, double zCoordIn, double xSpeedIn, double ySpeedIn, double zSpeedIn, int... parArrayOfInt)  
      • 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 particleID,
                                    World worldIn,
                                    double xCoordIn,
                                    double yCoordIn,
                                    double zCoordIn,
                                    double xSpeedIn,
                                    double ySpeedIn,
                                    double zSpeedIn,
                                    int... parArrayOfInt)
        Specified by:
        getEntityFX in interface IParticleFactory