Package net.minecraft.client.particle
Class Barrier.Factory
- java.lang.Object
-
- net.minecraft.client.particle.Barrier.Factory
-
- All Implemented Interfaces:
IParticleFactory
- Enclosing class:
- Barrier
public static class Barrier.Factory extends java.lang.Object implements IParticleFactory
-
-
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)
-
-
-
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 interfaceIParticleFactory
-
-