Package noppes.npcs.api.constants
Class ParticleType
java.lang.Object
noppes.npcs.api.constants.ParticleType
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic net.minecraft.core.particles.ParticleOptions
getMCType
(int type)
-
Field Details
-
NONE
public static final int NONE- See Also:
-
SMOKE
public static final int SMOKE- See Also:
-
PORTAL
public static final int PORTAL- See Also:
-
REDSTONE
public static final int REDSTONE- See Also:
-
LIGHTNING
public static final int LIGHTNING- See Also:
-
LARGE_SMOKE
public static final int LARGE_SMOKE- See Also:
-
MAGIC
public static final int MAGIC- See Also:
-
ENCHANT
public static final int ENCHANT- See Also:
-
CRIT
public static final int CRIT- See Also:
-
-
Constructor Details
-
ParticleType
public ParticleType()
-
-
Method Details
-
getMCType
public static net.minecraft.core.particles.ParticleOptions getMCType(int type)
-