| Package | Description |
|---|---|
| net.minecraft.client.particle | |
| net.minecraft.particles |
| Modifier and Type | Method and Description |
|---|---|
Particle |
BreakingParticle.Factory.makeParticle(ItemParticleData typeIn,
World worldIn,
double x,
double y,
double z,
double xSpeed,
double ySpeed,
double zSpeed) |
| Modifier and Type | Field and Description |
|---|---|
static IParticleData.IDeserializer<ItemParticleData> |
ItemParticleData.DESERIALIZER |
static ParticleType<ItemParticleData> |
ParticleTypes.ITEM |
private ParticleType<ItemParticleData> |
ItemParticleData.particleType |
| Modifier and Type | Method and Description |
|---|---|
ParticleType<ItemParticleData> |
ItemParticleData.getType() |
| Constructor and Description |
|---|
ItemParticleData(ParticleType<ItemParticleData> p_i47952_1_,
ItemStack p_i47952_2_) |