Uses of Interface
net.minecraft.particles.IParticleData
-
-
Uses of IParticleData in net.minecraft.block
Fields in net.minecraft.block declared as IParticleData Modifier and Type Field Description protected IParticleData
TorchBlock. flameParticle
Constructors in net.minecraft.block with parameters of type IParticleData Constructor Description TorchBlock(AbstractBlock.Properties p_i241189_1_, IParticleData p_i241189_2_)
WallTorchBlock(AbstractBlock.Properties p_i241193_1_, IParticleData p_i241193_2_)
-
Uses of IParticleData in net.minecraft.client.particle
Classes in net.minecraft.client.particle with type parameters of type IParticleData Modifier and Type Interface Description interface
IParticleFactory<T extends IParticleData>
static interface
ParticleManager.IParticleMetaFactory<T extends IParticleData>
Fields in net.minecraft.client.particle declared as IParticleData Modifier and Type Field Description private IParticleData
DripParticle.Dripping. fallingParticle
protected IParticleData
DripParticle.FallingLiquidParticle. landParticle
private IParticleData
EmitterParticle. particleType
Methods in net.minecraft.client.particle with type parameters of type IParticleData Modifier and Type Method Description private <T extends IParticleData>
ParticleParticleManager. makeParticle(T p_199927_1_, double p_199927_2_, double p_199927_4_, double p_199927_6_, double p_199927_8_, double p_199927_10_, double p_199927_12_)
<T extends IParticleData>
voidParticleManager. register(ParticleType<T> p_199283_1_, IParticleFactory<T> p_199283_2_)
<T extends IParticleData>
voidParticleManager. register(ParticleType<T> p_215234_1_, ParticleManager.IParticleMetaFactory<T> p_215234_2_)
Methods in net.minecraft.client.particle with parameters of type IParticleData Modifier and Type Method Description Particle
ParticleManager. createParticle(IParticleData p_199280_1_, double p_199280_2_, double p_199280_4_, double p_199280_6_, double p_199280_8_, double p_199280_10_, double p_199280_12_)
void
ParticleManager. createTrackingEmitter(Entity p_199282_1_, IParticleData p_199282_2_)
void
ParticleManager. createTrackingEmitter(Entity p_199281_1_, IParticleData p_199281_2_, int p_199281_3_)
Constructors in net.minecraft.client.particle with parameters of type IParticleData Constructor Description Dripping(ClientWorld p_i232365_1_, double p_i232365_2_, double p_i232365_4_, double p_i232365_6_, Fluid p_i232365_8_, IParticleData p_i232365_9_)
DrippingLava(ClientWorld p_i232363_1_, double p_i232363_2_, double p_i232363_4_, double p_i232363_6_, Fluid p_i232363_8_, IParticleData p_i232363_9_)
EmitterParticle(ClientWorld p_i232451_1_, Entity p_i232451_2_, IParticleData p_i232451_3_)
EmitterParticle(ClientWorld p_i232452_1_, Entity p_i232452_2_, IParticleData p_i232452_3_, int p_i232452_4_)
EmitterParticle(ClientWorld p_i232453_1_, Entity p_i232453_2_, IParticleData p_i232453_3_, int p_i232453_4_, Vector3d p_i232453_5_)
FallingHoneyParticle(ClientWorld p_i232373_1_, double p_i232373_2_, double p_i232373_4_, double p_i232373_6_, Fluid p_i232373_8_, IParticleData p_i232373_9_)
FallingLiquidParticle(ClientWorld p_i232369_1_, double p_i232369_2_, double p_i232369_4_, double p_i232369_6_, Fluid p_i232369_8_, IParticleData p_i232369_9_)
-
Uses of IParticleData in net.minecraft.client.renderer
Methods in net.minecraft.client.renderer with type parameters of type IParticleData Modifier and Type Method Description private <T extends IParticleData>
voidWorldRenderer. addParticle(T p_195467_1_, double p_195467_2_, double p_195467_4_, double p_195467_6_, double p_195467_8_, double p_195467_10_, double p_195467_12_)
Methods in net.minecraft.client.renderer with parameters of type IParticleData Modifier and Type Method Description void
WorldRenderer. addParticle(IParticleData p_195462_1_, boolean p_195462_2_, boolean p_195462_3_, double p_195462_4_, double p_195462_6_, double p_195462_8_, double p_195462_10_, double p_195462_12_, double p_195462_14_)
void
WorldRenderer. addParticle(IParticleData p_195461_1_, boolean p_195461_2_, double p_195461_3_, double p_195461_5_, double p_195461_7_, double p_195461_9_, double p_195461_11_, double p_195461_13_)
private Particle
WorldRenderer. addParticleInternal(IParticleData p_195469_1_, boolean p_195469_2_, boolean p_195469_3_, double p_195469_4_, double p_195469_6_, double p_195469_8_, double p_195469_10_, double p_195469_12_, double p_195469_14_)
private Particle
WorldRenderer. addParticleInternal(IParticleData p_195471_1_, boolean p_195471_2_, double p_195471_3_, double p_195471_5_, double p_195471_7_, double p_195471_9_, double p_195471_11_, double p_195471_13_)
-
Uses of IParticleData in net.minecraft.client.world
Methods in net.minecraft.client.world with parameters of type IParticleData Modifier and Type Method Description void
ClientWorld. addAlwaysVisibleParticle(IParticleData p_217404_1_, boolean p_217404_2_, double p_217404_3_, double p_217404_5_, double p_217404_7_, double p_217404_9_, double p_217404_11_, double p_217404_13_)
void
ClientWorld. addAlwaysVisibleParticle(IParticleData p_195589_1_, double p_195589_2_, double p_195589_4_, double p_195589_6_, double p_195589_8_, double p_195589_10_, double p_195589_12_)
void
ClientWorld. addParticle(IParticleData p_195590_1_, boolean p_195590_2_, double p_195590_3_, double p_195590_5_, double p_195590_7_, double p_195590_9_, double p_195590_11_, double p_195590_13_)
void
ClientWorld. addParticle(IParticleData p_195594_1_, double p_195594_2_, double p_195594_4_, double p_195594_6_, double p_195594_8_, double p_195594_10_, double p_195594_12_)
private void
ClientWorld. spawnFluidParticle(double p_211834_1_, double p_211834_3_, double p_211834_5_, double p_211834_7_, double p_211834_9_, IParticleData p_211834_11_)
private void
ClientWorld. spawnParticle(BlockPos p_211835_1_, IParticleData p_211835_2_, VoxelShape p_211835_3_, double p_211835_4_)
private void
ClientWorld. trySpawnDripParticles(BlockPos p_211530_1_, BlockState p_211530_2_, IParticleData p_211530_3_, boolean p_211530_4_)
-
Uses of IParticleData in net.minecraft.command.arguments
Methods in net.minecraft.command.arguments with type parameters of type IParticleData Modifier and Type Method Description private static <T extends IParticleData>
TParticleArgument. readParticle(com.mojang.brigadier.StringReader p_199816_0_, ParticleType<T> p_199816_1_)
Methods in net.minecraft.command.arguments that return IParticleData Modifier and Type Method Description static IParticleData
ParticleArgument. getParticle(com.mojang.brigadier.context.CommandContext<CommandSource> p_197187_0_, java.lang.String p_197187_1_)
IParticleData
ParticleArgument. parse(com.mojang.brigadier.StringReader p_parse_1_)
static IParticleData
ParticleArgument. readParticle(com.mojang.brigadier.StringReader p_197189_0_)
-
Uses of IParticleData in net.minecraft.command.impl
Methods in net.minecraft.command.impl with parameters of type IParticleData Modifier and Type Method Description private static int
ParticleCommand. sendParticles(CommandSource p_198564_0_, IParticleData p_198564_1_, Vector3d p_198564_2_, Vector3d p_198564_3_, float p_198564_4_, int p_198564_5_, boolean p_198564_6_, java.util.Collection<ServerPlayerEntity> p_198564_7_)
-
Uses of IParticleData in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type IParticleData Modifier and Type Field Description private static DataParameter<IParticleData>
AreaEffectCloudEntity. DATA_PARTICLE
Methods in net.minecraft.entity that return IParticleData Modifier and Type Method Description IParticleData
AreaEffectCloudEntity. getParticle()
Methods in net.minecraft.entity with parameters of type IParticleData Modifier and Type Method Description void
AreaEffectCloudEntity. setParticle(IParticleData p_195059_1_)
-
Uses of IParticleData in net.minecraft.entity.merchant.villager
Methods in net.minecraft.entity.merchant.villager with parameters of type IParticleData Modifier and Type Method Description protected void
AbstractVillagerEntity. addParticlesAroundSelf(IParticleData p_213718_1_)
-
Uses of IParticleData in net.minecraft.entity.monster
Methods in net.minecraft.entity.monster that return IParticleData Modifier and Type Method Description protected IParticleData
MagmaCubeEntity. getParticleType()
protected IParticleData
SlimeEntity. getParticleType()
-
Uses of IParticleData in net.minecraft.entity.passive
Methods in net.minecraft.entity.passive with parameters of type IParticleData Modifier and Type Method Description private void
DolphinEntity. addParticlesAroundSelf(IParticleData p_208401_1_)
private void
BeeEntity. spawnFluidParticle(World p_226397_1_, double p_226397_2_, double p_226397_4_, double p_226397_6_, double p_226397_8_, double p_226397_10_, IParticleData p_226397_12_)
-
Uses of IParticleData in net.minecraft.entity.player
Methods in net.minecraft.entity.player with parameters of type IParticleData Modifier and Type Method Description private void
PlayerEntity. addParticlesAroundSelf(IParticleData p_213824_1_)
-
Uses of IParticleData in net.minecraft.entity.projectile
Methods in net.minecraft.entity.projectile that return IParticleData Modifier and Type Method Description private IParticleData
SnowballEntity. getParticle()
protected IParticleData
DamagingProjectileEntity. getTrailParticle()
protected IParticleData
DragonFireballEntity. getTrailParticle()
-
Uses of IParticleData in net.minecraft.fluid
Methods in net.minecraft.fluid that return IParticleData Modifier and Type Method Description protected IParticleData
Fluid. getDripParticle()
IParticleData
FluidState. getDripParticle()
IParticleData
LavaFluid. getDripParticle()
IParticleData
WaterFluid. getDripParticle()
-
Uses of IParticleData in net.minecraft.network.datasync
Fields in net.minecraft.network.datasync with type parameters of type IParticleData Modifier and Type Field Description static IDataSerializer<IParticleData>
DataSerializers. PARTICLE
-
Uses of IParticleData in net.minecraft.network.play.server
Fields in net.minecraft.network.play.server declared as IParticleData Modifier and Type Field Description private IParticleData
SSpawnParticlePacket. particle
Methods in net.minecraft.network.play.server with type parameters of type IParticleData Modifier and Type Method Description private <T extends IParticleData>
TSSpawnParticlePacket. readParticle(PacketBuffer p_199855_1_, ParticleType<T> p_199855_2_)
Methods in net.minecraft.network.play.server that return IParticleData Modifier and Type Method Description IParticleData
SSpawnParticlePacket. getParticle()
-
Uses of IParticleData in net.minecraft.particles
Classes in net.minecraft.particles with type parameters of type IParticleData Modifier and Type Interface Description static interface
IParticleData.IDeserializer<T extends IParticleData>
Deprecated.class
ParticleType<T extends IParticleData>
Classes in net.minecraft.particles that implement IParticleData Modifier and Type Class Description class
BasicParticleType
class
BlockParticleData
class
ItemParticleData
class
RedstoneParticleData
Fields in net.minecraft.particles with type parameters of type IParticleData Modifier and Type Field Description static com.mojang.serialization.Codec<IParticleData>
ParticleTypes. CODEC
Methods in net.minecraft.particles with type parameters of type IParticleData Modifier and Type Method Description private static <T extends IParticleData>
ParticleType<T>ParticleTypes. register(java.lang.String p_218416_0_, IParticleData.IDeserializer<T> p_218416_1_, java.util.function.Function<ParticleType<T>,com.mojang.serialization.Codec<T>> p_218416_2_)
-
Uses of IParticleData in net.minecraft.world
Methods in net.minecraft.world with parameters of type IParticleData Modifier and Type Method Description void
World. addAlwaysVisibleParticle(IParticleData p_217404_1_, boolean p_217404_2_, double p_217404_3_, double p_217404_5_, double p_217404_7_, double p_217404_9_, double p_217404_11_, double p_217404_13_)
void
World. addAlwaysVisibleParticle(IParticleData p_195589_1_, double p_195589_2_, double p_195589_4_, double p_195589_6_, double p_195589_8_, double p_195589_10_, double p_195589_12_)
void
IWorld. addParticle(IParticleData p_195594_1_, double p_195594_2_, double p_195594_4_, double p_195594_6_, double p_195594_8_, double p_195594_10_, double p_195594_12_)
void
World. addParticle(IParticleData p_195590_1_, boolean p_195590_2_, double p_195590_3_, double p_195590_5_, double p_195590_7_, double p_195590_9_, double p_195590_11_, double p_195590_13_)
void
World. addParticle(IParticleData p_195594_1_, double p_195594_2_, double p_195594_4_, double p_195594_6_, double p_195594_8_, double p_195594_10_, double p_195594_12_)
-
Uses of IParticleData in net.minecraft.world.biome
Fields in net.minecraft.world.biome declared as IParticleData Modifier and Type Field Description private IParticleData
ParticleEffectAmbience. options
Methods in net.minecraft.world.biome that return IParticleData Modifier and Type Method Description IParticleData
ParticleEffectAmbience. getOptions()
Constructors in net.minecraft.world.biome with parameters of type IParticleData Constructor Description ParticleEffectAmbience(IParticleData p_i231629_1_, float p_i231629_2_)
-
Uses of IParticleData in net.minecraft.world.gen
Methods in net.minecraft.world.gen with parameters of type IParticleData Modifier and Type Method Description void
WorldGenRegion. addParticle(IParticleData p_195594_1_, double p_195594_2_, double p_195594_4_, double p_195594_6_, double p_195594_8_, double p_195594_10_, double p_195594_12_)
-
Uses of IParticleData in net.minecraft.world.server
Methods in net.minecraft.world.server with type parameters of type IParticleData Modifier and Type Method Description <T extends IParticleData>
booleanServerWorld. sendParticles(ServerPlayerEntity p_195600_1_, T p_195600_2_, boolean p_195600_3_, double p_195600_4_, double p_195600_6_, double p_195600_8_, int p_195600_10_, double p_195600_11_, double p_195600_13_, double p_195600_15_, double p_195600_17_)
<T extends IParticleData>
intServerWorld. sendParticles(T p_195598_1_, double p_195598_2_, double p_195598_4_, double p_195598_6_, int p_195598_8_, double p_195598_9_, double p_195598_11_, double p_195598_13_, double p_195598_15_)
-