public class SpongeParticleType extends Object implements org.spongepowered.api.effect.particle.ParticleType
Modifier and Type | Class and Description |
---|---|
static class |
SpongeParticleType.Colorable |
static class |
SpongeParticleType.Material |
static class |
SpongeParticleType.Note |
static class |
SpongeParticleType.Resizable |
Constructor and Description |
---|
SpongeParticleType(net.minecraft.util.EnumParticleTypes type,
boolean motion) |
Modifier and Type | Method and Description |
---|---|
String |
getId() |
net.minecraft.util.EnumParticleTypes |
getInternalType() |
String |
getName() |
boolean |
hasMotion() |
public SpongeParticleType(net.minecraft.util.EnumParticleTypes type, boolean motion)
public net.minecraft.util.EnumParticleTypes getInternalType()
public String getId()
getId
in interface org.spongepowered.api.CatalogType
public String getName()
getName
in interface org.spongepowered.api.CatalogType
public boolean hasMotion()
hasMotion
in interface org.spongepowered.api.effect.particle.ParticleType