Uses of Record Class
net.minecraft.class_11749
Packages that use class_11749
Package
Description
The base package for all Minecraft classes.
-
Uses of class_11749 in net.minecraft
Fields in net.minecraft with type parameters of type class_11749Modifier and TypeFieldDescriptionprivate final Pool<class_11749> class_11741.class_11742.blockParticlesThe field for theblockParticlesrecord component.static final com.mojang.serialization.MapCodec<class_11749> class_11749.field_62054static final PacketCodec<RegistryByteBuf, class_11749> class_11749.field_62055Methods in net.minecraft that return types with arguments of type class_11749Modifier and TypeMethodDescriptionclass_11741.class_11742.blockParticles()Returns the value of theblockParticlesrecord component.Method parameters in net.minecraft with type arguments of type class_11749Modifier and TypeMethodDescriptionvoidclass_11741.method_73224(Vec3d vec3d, float float2, int int2, Pool<class_11749> pool) Constructor parameters in net.minecraft with type arguments of type class_11749ModifierConstructorDescription(package private)class_11742(Vec3d vec3d, float float2, int int2, Pool<class_11749> pool) -
Uses of class_11749 in net.minecraft.client.world
Method parameters in net.minecraft.client.world with type arguments of type class_11749Modifier and TypeMethodDescriptionvoidClientWorld.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<class_11749> pool, RegistryEntry<SoundEvent> registryEntry) Creates an explosion.voidClientWorld.method_73228(Vec3d vec3d, float float2, int int2, Pool<class_11749> pool) -
Uses of class_11749 in net.minecraft.enchantment.effect.entity
Fields in net.minecraft.enchantment.effect.entity with type parameters of type class_11749Modifier and TypeFieldDescriptionprivate final Pool<class_11749> ExplodeEnchantmentEffect.blockParticlesThe field for theblockParticlesrecord component.Methods in net.minecraft.enchantment.effect.entity that return types with arguments of type class_11749Modifier and TypeMethodDescriptionExplodeEnchantmentEffect.blockParticles()Returns the value of theblockParticlesrecord component.Constructor parameters in net.minecraft.enchantment.effect.entity with type arguments of type class_11749ModifierConstructorDescriptionExplodeEnchantmentEffect(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<class_11749> pool, RegistryEntry<SoundEvent> registryEntry) -
Uses of class_11749 in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play with type parameters of type class_11749Modifier and TypeFieldDescriptionprivate final Pool<class_11749> ExplosionS2CPacket.blockParticlesThe field for theblockParticlesrecord component.Methods in net.minecraft.network.packet.s2c.play that return types with arguments of type class_11749Modifier and TypeMethodDescriptionExplosionS2CPacket.blockParticles()Returns the value of theblockParticlesrecord component.Constructor parameters in net.minecraft.network.packet.s2c.play with type arguments of type class_11749ModifierConstructorDescriptionExplosionS2CPacket(Vec3d vec3d, float float2, int int2, Optional<Vec3d> optional, ParticleEffect particleEffect, RegistryEntry<SoundEvent> registryEntry, Pool<class_11749> pool) -
Uses of class_11749 in net.minecraft.server.world
Method parameters in net.minecraft.server.world with type arguments of type class_11749Modifier 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<class_11749> pool, RegistryEntry<SoundEvent> registryEntry) Creates an explosion. -
Uses of class_11749 in net.minecraft.world
Fields in net.minecraft.world with type parameters of type class_11749Method parameters in net.minecraft.world with type arguments of type class_11749Modifier 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<class_11749> pool, RegistryEntry<SoundEvent> registryEntry) Creates an explosion.