Uses of Interface
net.minecraft.particle.ParticleEffect
-
Uses of ParticleEffect in net.minecraft.block
Fields in net.minecraft.block declared as ParticleEffect Modifier and Type Field Description protected ParticleEffectTorchBlock. particleConstructors in net.minecraft.block with parameters of type ParticleEffect Constructor Description TorchBlock(AbstractBlock.Settings settings, ParticleEffect particle)WallTorchBlock(AbstractBlock.Settings settings, ParticleEffect particle) -
Uses of ParticleEffect in net.minecraft.client.particle
Classes in net.minecraft.client.particle with type parameters of type ParticleEffect Modifier and Type Interface Description interfaceParticleFactory<T extends ParticleEffect>(package private) static interfaceParticleManager.SpriteAwareFactory<T extends ParticleEffect>Fields in net.minecraft.client.particle declared as ParticleEffect Modifier and Type Field Description protected ParticleEffectBlockLeakParticle.ContinuousFalling. nextParticleprivate ParticleEffectBlockLeakParticle.Dripping. nextParticleprivate ParticleEffectEmitterParticle. parametersMethods in net.minecraft.client.particle with type parameters of type ParticleEffect Modifier and Type Method Description private <T extends ParticleEffect>
@Nullable ParticleParticleManager. createParticle(T parameters, double x, double y, double z, double velocityX, double velocityY, double velocityZ)private <T extends ParticleEffect>
voidParticleManager. registerFactory(ParticleType<T> type, ParticleFactory<T> factory)private <T extends ParticleEffect>
voidParticleManager. registerFactory(ParticleType<T> type, ParticleManager.SpriteAwareFactory<T> factory)Methods in net.minecraft.client.particle with parameters of type ParticleEffect Modifier and Type Method Description voidParticleManager. addEmitter(Entity entity, ParticleEffect parameters)voidParticleManager. addEmitter(Entity entity, ParticleEffect parameters, int maxAge)@Nullable ParticleParticleManager. addParticle(ParticleEffect parameters, double x, double y, double z, double velocityX, double velocityY, double velocityZ)Constructors in net.minecraft.client.particle with parameters of type ParticleEffect Constructor Description ContinuousFalling(ClientWorld world, double x, double y, double z, Fluid fluid, ParticleEffect nextParticle)Dripping(ClientWorld world, double x, double y, double z, Fluid fluid, ParticleEffect nextParticle)DrippingLava(ClientWorld world, double x, double y, double z, Fluid fluid, ParticleEffect nextParticle)DripstoneLavaDrip(ClientWorld world, double x, double y, double z, Fluid fluid, ParticleEffect particleEffect)EmitterParticle(ClientWorld world, Entity entity, ParticleEffect parameters)EmitterParticle(ClientWorld world, Entity entity, ParticleEffect parameters, int maxEmitterAge)EmitterParticle(ClientWorld world, Entity entity, ParticleEffect parameters, int maxEmitterAge, Vec3d velocity)FallingHoney(ClientWorld world, double x, double y, double z, Fluid fluid, ParticleEffect particleEffect) -
Uses of ParticleEffect in net.minecraft.client.render
Methods in net.minecraft.client.render with type parameters of type ParticleEffect Modifier and Type Method Description private <T extends ParticleEffect>
voidWorldRenderer. addParticle(T parameters, double x, double y, double z, double velocityX, double velocityY, double velocityZ)Methods in net.minecraft.client.render with parameters of type ParticleEffect Modifier and Type Method Description voidWorldRenderer. addParticle(ParticleEffect parameters, boolean shouldAlwaysSpawn, boolean important, double x, double y, double z, double velocityX, double velocityY, double velocityZ)voidWorldRenderer. addParticle(ParticleEffect parameters, boolean shouldAlwaysSpawn, double x, double y, double z, double velocityX, double velocityY, double velocityZ)private @Nullable ParticleWorldRenderer. spawnParticle(ParticleEffect parameters, boolean alwaysSpawn, boolean canSpawnOnMinimal, double x, double y, double z, double velocityX, double velocityY, double velocityZ)private @Nullable ParticleWorldRenderer. spawnParticle(ParticleEffect parameters, boolean alwaysSpawn, double x, double y, double z, double velocityX, double velocityY, double velocityZ) -
Uses of ParticleEffect in net.minecraft.client.util
Methods in net.minecraft.client.util with parameters of type ParticleEffect Modifier and Type Method Description static voidParticleUtil. spawnParticle(Direction.Axis axis, World world, BlockPos pos, double variance, ParticleEffect effect, UniformIntProvider range)static voidParticleUtil. spawnParticle(World world, BlockPos pos, ParticleEffect effect, UniformIntProvider range)static voidParticleUtil. spawnParticle(World world, BlockPos pos, Direction direction, ParticleEffect effect) -
Uses of ParticleEffect in net.minecraft.client.world
Fields in net.minecraft.client.world declared as ParticleEffect Modifier and Type Field Description private ParticleEffectClientWorld.BlockParticle. particleMethods in net.minecraft.client.world with parameters of type ParticleEffect Modifier and Type Method Description voidClientWorld. addImportantParticle(ParticleEffect parameters, boolean alwaysSpawn, double x, double y, double z, double velocityX, double velocityY, double velocityZ)voidClientWorld. addImportantParticle(ParticleEffect parameters, double x, double y, double z, double velocityX, double velocityY, double velocityZ)private voidClientWorld. addParticle(double minX, double maxX, double minZ, double maxZ, double y, ParticleEffect parameters)voidClientWorld. addParticle(ParticleEffect parameters, boolean alwaysSpawn, double x, double y, double z, double velocityX, double velocityY, double velocityZ)voidClientWorld. addParticle(ParticleEffect parameters, double x, double y, double z, double velocityX, double velocityY, double velocityZ)private voidClientWorld. addParticle(BlockPos pos, BlockState state, ParticleEffect parameters, boolean bool)private voidClientWorld. addParticle(BlockPos pos, ParticleEffect parameters, VoxelShape shape, double y)Constructors in net.minecraft.client.world with parameters of type ParticleEffect Constructor Description BlockParticle(Block block, ParticleEffect particle) -
Uses of ParticleEffect in net.minecraft.command.argument
Methods in net.minecraft.command.argument with type parameters of type ParticleEffect Modifier and Type Method Description private static <T extends ParticleEffect>
TParticleEffectArgumentType. readParameters(com.mojang.brigadier.StringReader reader, ParticleType<T> type)Methods in net.minecraft.command.argument that return ParticleEffect Modifier and Type Method Description static ParticleEffectParticleEffectArgumentType. getParticle(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name)ParticleEffectParticleEffectArgumentType. parse(com.mojang.brigadier.StringReader stringReader)static ParticleEffectParticleEffectArgumentType. readParameters(com.mojang.brigadier.StringReader reader) -
Uses of ParticleEffect in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type ParticleEffect Modifier and Type Field Description private static TrackedData<ParticleEffect>AreaEffectCloudEntity. PARTICLE_IDMethods in net.minecraft.entity that return ParticleEffect Modifier and Type Method Description ParticleEffectAreaEffectCloudEntity. getParticleType()Methods in net.minecraft.entity with parameters of type ParticleEffect Modifier and Type Method Description voidAreaEffectCloudEntity. setParticleType(ParticleEffect particle) -
Uses of ParticleEffect in net.minecraft.entity.data
Fields in net.minecraft.entity.data with type parameters of type ParticleEffect Modifier and Type Field Description static TrackedDataHandler<ParticleEffect>TrackedDataHandlerRegistry. PARTICLE -
Uses of ParticleEffect in net.minecraft.entity.mob
Methods in net.minecraft.entity.mob that return ParticleEffect Modifier and Type Method Description protected ParticleEffectMagmaCubeEntity. getParticles()protected ParticleEffectSlimeEntity. getParticles() -
Uses of ParticleEffect in net.minecraft.entity.passive
Methods in net.minecraft.entity.passive that return ParticleEffect Modifier and Type Method Description protected ParticleEffectGlowSquidEntity. getInkParticle()protected ParticleEffectSquidEntity. getInkParticle()Methods in net.minecraft.entity.passive with parameters of type ParticleEffect Modifier and Type Method Description private voidBeeEntity. addParticle(World world, double lastX, double x, double lastZ, double z, double y, ParticleEffect effect)protected voidMerchantEntity. produceParticles(ParticleEffect parameters)private voidDolphinEntity. spawnParticlesAround(ParticleEffect parameters) -
Uses of ParticleEffect in net.minecraft.entity.player
Methods in net.minecraft.entity.player with parameters of type ParticleEffect Modifier and Type Method Description private voidPlayerEntity. spawnParticles(ParticleEffect parameters) -
Uses of ParticleEffect in net.minecraft.entity.projectile
Methods in net.minecraft.entity.projectile that return ParticleEffect Modifier and Type Method Description protected ParticleEffectDragonFireballEntity. getParticleType()protected ParticleEffectExplosiveProjectileEntity. getParticleType() -
Uses of ParticleEffect in net.minecraft.entity.projectile.thrown
Methods in net.minecraft.entity.projectile.thrown that return ParticleEffect Modifier and Type Method Description private ParticleEffectSnowballEntity. getParticleParameters() -
Uses of ParticleEffect in net.minecraft.fluid
Methods in net.minecraft.fluid that return ParticleEffect Modifier and Type Method Description protected @Nullable ParticleEffectFluid. getParticle()@Nullable ParticleEffectFluidState. getParticle()@Nullable ParticleEffectLavaFluid. getParticle()@Nullable ParticleEffectWaterFluid. getParticle() -
Uses of ParticleEffect in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play declared as ParticleEffect Modifier and Type Field Description private ParticleEffectParticleS2CPacket. parametersMethods in net.minecraft.network.packet.s2c.play with type parameters of type ParticleEffect Modifier and Type Method Description private <T extends ParticleEffect>
TParticleS2CPacket. readParticleParameters(PacketByteBuf buf, ParticleType<T> type)Methods in net.minecraft.network.packet.s2c.play that return ParticleEffect Modifier and Type Method Description ParticleEffectParticleS2CPacket. getParameters() -
Uses of ParticleEffect in net.minecraft.particle
Classes in net.minecraft.particle with type parameters of type ParticleEffect Modifier and Type Interface Description static interfaceParticleEffect.Factory<T extends ParticleEffect>Deprecated.classParticleType<T extends ParticleEffect>Classes in net.minecraft.particle that implement ParticleEffect Modifier and Type Class Description classAbstractDustParticleEffectclassBlockStateParticleEffectclassDefaultParticleTypeclassDustColorTransitionParticleEffectclassDustParticleEffectclassItemStackParticleEffectclassVibrationParticleEffectFields in net.minecraft.particle with type parameters of type ParticleEffect Modifier and Type Field Description static com.mojang.serialization.Codec<ParticleEffect>ParticleTypes. TYPE_CODECMethods in net.minecraft.particle with type parameters of type ParticleEffect Modifier and Type Method Description private static <T extends ParticleEffect>
ParticleType<T>ParticleTypes. register(String name, ParticleEffect.Factory<T> factory, Function<ParticleType<T>,com.mojang.serialization.Codec<T>> function) -
Uses of ParticleEffect in net.minecraft.server.command
Methods in net.minecraft.server.command with parameters of type ParticleEffect Modifier and Type Method Description private static intParticleCommand. execute(ServerCommandSource source, ParticleEffect parameters, Vec3d pos, Vec3d delta, float speed, int count, boolean force, Collection<ServerPlayerEntity> viewers) -
Uses of ParticleEffect in net.minecraft.server.world
Methods in net.minecraft.server.world with type parameters of type ParticleEffect Modifier and Type Method Description <T extends ParticleEffect>
booleanServerWorld. spawnParticles(ServerPlayerEntity viewer, T particle, boolean force, double x, double y, double z, int count, double deltaX, double deltaY, double deltaZ, double speed)<T extends ParticleEffect>
intServerWorld. spawnParticles(T particle, double x, double y, double z, int count, double deltaX, double deltaY, double deltaZ, double speed) -
Uses of ParticleEffect in net.minecraft.world
Methods in net.minecraft.world with parameters of type ParticleEffect Modifier and Type Method Description voidWorld. addImportantParticle(ParticleEffect parameters, boolean alwaysSpawn, double x, double y, double z, double velocityX, double velocityY, double velocityZ)voidWorld. addImportantParticle(ParticleEffect parameters, double x, double y, double z, double velocityX, double velocityY, double velocityZ)voidChunkRegion. addParticle(ParticleEffect parameters, double x, double y, double z, double velocityX, double velocityY, double velocityZ)voidWorld. addParticle(ParticleEffect parameters, boolean alwaysSpawn, double x, double y, double z, double velocityX, double velocityY, double velocityZ)voidWorld. addParticle(ParticleEffect parameters, double x, double y, double z, double velocityX, double velocityY, double velocityZ)voidWorldAccess. addParticle(ParticleEffect parameters, double x, double y, double z, double velocityX, double velocityY, double velocityZ) -
Uses of ParticleEffect in net.minecraft.world.biome
Fields in net.minecraft.world.biome declared as ParticleEffect Modifier and Type Field Description private ParticleEffectBiomeParticleConfig. particleMethods in net.minecraft.world.biome that return ParticleEffect Modifier and Type Method Description ParticleEffectBiomeParticleConfig. getParticle()Constructors in net.minecraft.world.biome with parameters of type ParticleEffect Constructor Description BiomeParticleConfig(ParticleEffect particle, float probability)