Uses of Record Class
net.minecraft.particle.BlockParticleEffect
Packages that use BlockParticleEffect
Package
Description
-
Uses of BlockParticleEffect in net.minecraft.client.world
Fields in net.minecraft.client.world with type parameters of type BlockParticleEffectModifier and TypeFieldDescriptionprivate final Pool<BlockParticleEffect> BlockParticleEffectsManager.Entry.blockParticlesThe field for theblockParticlesrecord component.Methods in net.minecraft.client.world that return types with arguments of type BlockParticleEffectModifier and TypeMethodDescriptionBlockParticleEffectsManager.Entry.blockParticles()Returns the value of theblockParticlesrecord component.Method parameters in net.minecraft.client.world with type arguments of type BlockParticleEffectModifier and TypeMethodDescriptionvoidClientWorld.addBlockParticleEffects(Vec3d center, float radius, int blockCount, Pool<BlockParticleEffect> particles) voidClientWorld.createExplosion(@Nullable Entity entity, @Nullable DamageSource damageSource, @Nullable ExplosionBehavior behavior, double x, double y, double z, float power, boolean createFire, World.ExplosionSourceType explosionSourceType, ParticleEffect smallParticle, ParticleEffect largeParticle, Pool<BlockParticleEffect> blockParticles, RegistryEntry<SoundEvent> soundEvent) Creates an explosion.voidBlockParticleEffectsManager.scheduleBlockParticles(Vec3d center, float radius, int blockCount, Pool<BlockParticleEffect> particles) Constructor parameters in net.minecraft.client.world with type arguments of type BlockParticleEffectModifierConstructorDescription(package private)Entry(Vec3d vec3d, float float2, int int2, Pool<BlockParticleEffect> pool) -
Uses of BlockParticleEffect in net.minecraft.enchantment.effect.entity
Fields in net.minecraft.enchantment.effect.entity with type parameters of type BlockParticleEffectModifier and TypeFieldDescriptionprivate final Pool<BlockParticleEffect> ExplodeEnchantmentEffect.blockParticlesThe field for theblockParticlesrecord component.Methods in net.minecraft.enchantment.effect.entity that return types with arguments of type BlockParticleEffectModifier and TypeMethodDescriptionExplodeEnchantmentEffect.blockParticles()Returns the value of theblockParticlesrecord component.Constructor parameters in net.minecraft.enchantment.effect.entity with type arguments of type BlockParticleEffectModifierConstructorDescriptionExplodeEnchantmentEffect(boolean bool, Optional<RegistryEntry<DamageType>> optional, Optional<EnchantmentLevelBasedValue> optional2, Optional<RegistryEntryList<Block>> optional3, Vec3d vec3d, EnchantmentLevelBasedValue enchantmentLevelBasedValue, boolean bool2, World.ExplosionSourceType explosionSourceType, ParticleEffect particleEffect, ParticleEffect particleEffect2, Pool<BlockParticleEffect> pool, RegistryEntry<SoundEvent> registryEntry) -
Uses of BlockParticleEffect in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play with type parameters of type BlockParticleEffectModifier and TypeFieldDescriptionprivate final Pool<BlockParticleEffect> ExplosionS2CPacket.blockParticlesThe field for theblockParticlesrecord component.Methods in net.minecraft.network.packet.s2c.play that return types with arguments of type BlockParticleEffectModifier and TypeMethodDescriptionExplosionS2CPacket.blockParticles()Returns the value of theblockParticlesrecord component.Constructor parameters in net.minecraft.network.packet.s2c.play with type arguments of type BlockParticleEffectModifierConstructorDescriptionExplosionS2CPacket(Vec3d vec3d, float float2, int int2, Optional<Vec3d> optional, ParticleEffect particleEffect, RegistryEntry<SoundEvent> registryEntry, Pool<BlockParticleEffect> pool) -
Uses of BlockParticleEffect in net.minecraft.particle
Fields in net.minecraft.particle with type parameters of type BlockParticleEffectModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<BlockParticleEffect> BlockParticleEffect.CODECstatic final PacketCodec<RegistryByteBuf, BlockParticleEffect> BlockParticleEffect.PACKET_CODEC -
Uses of BlockParticleEffect in net.minecraft.server.world
Method parameters in net.minecraft.server.world with type arguments of type BlockParticleEffectModifier and TypeMethodDescriptionvoidServerWorld.createExplosion(@Nullable Entity entity, @Nullable DamageSource damageSource, @Nullable ExplosionBehavior behavior, double x, double y, double z, float power, boolean createFire, World.ExplosionSourceType explosionSourceType, ParticleEffect smallParticle, ParticleEffect largeParticle, Pool<BlockParticleEffect> blockParticles, RegistryEntry<SoundEvent> soundEvent) Creates an explosion. -
Uses of BlockParticleEffect in net.minecraft.world
Fields in net.minecraft.world with type parameters of type BlockParticleEffectMethod parameters in net.minecraft.world with type arguments of type BlockParticleEffectModifier and TypeMethodDescriptionabstract voidWorld.createExplosion(@Nullable Entity entity, @Nullable DamageSource damageSource, @Nullable ExplosionBehavior behavior, double x, double y, double z, float power, boolean createFire, World.ExplosionSourceType explosionSourceType, ParticleEffect smallParticle, ParticleEffect largeParticle, Pool<BlockParticleEffect> blockParticles, RegistryEntry<SoundEvent> soundEvent) Creates an explosion.