Uses of Record Class
net.minecraft.component.type.FireworkExplosionComponent
Packages that use FireworkExplosionComponent
Package
Description
The base package for all Minecraft classes.
-
Uses of FireworkExplosionComponent in net.minecraft
Fields in net.minecraft with type parameters of type FireworkExplosionComponentModifier and TypeFieldDescriptionprivate final Optional<class_9648<FireworkExplosionComponent, class_9657.class_9658>> class_9659.cThe field for thecrecord component.Methods in net.minecraft that return types with arguments of type FireworkExplosionComponentModifier and TypeMethodDescriptionclass_9659.c()Returns the value of thecrecord component.class_9657.getComponentType()Methods in net.minecraft with parameters of type FireworkExplosionComponentModifier and TypeMethodDescriptionbooleanclass_9657.class_9658.test(FireworkExplosionComponent fireworkExplosionComponent) booleanclass_9657.test(ItemStack itemStack, FireworkExplosionComponent fireworkExplosionComponent) Constructor parameters in net.minecraft with type arguments of type FireworkExplosionComponentModifierConstructorDescriptionclass_9659(Optional<class_9648<FireworkExplosionComponent, class_9657.class_9658>> optional, NumberRange.IntRange intRange) -
Uses of FireworkExplosionComponent in net.minecraft.client.particle
Fields in net.minecraft.client.particle with type parameters of type FireworkExplosionComponentModifier and TypeFieldDescriptionprivate final List<FireworkExplosionComponent> FireworksSparkParticle.FireworkParticle.explosionsConstructor parameters in net.minecraft.client.particle with type arguments of type FireworkExplosionComponentModifierConstructorDescriptionFireworkParticle(ClientWorld world, double x, double y, double z, double velocityX, double velocityY, double velocityZ, ParticleManager particleManager, List<FireworkExplosionComponent> fireworkExplosions) -
Uses of FireworkExplosionComponent in net.minecraft.client.world
Method parameters in net.minecraft.client.world with type arguments of type FireworkExplosionComponentModifier and TypeMethodDescriptionvoidClientWorld.addFireworkParticle(double x, double y, double z, double velocityX, double velocityY, double velocityZ, List<FireworkExplosionComponent> explosions) -
Uses of FireworkExplosionComponent in net.minecraft.component
Fields in net.minecraft.component with type parameters of type FireworkExplosionComponentModifier and TypeFieldDescriptionstatic final DataComponentType<FireworkExplosionComponent> DataComponentTypes.FIREWORK_EXPLOSION -
Uses of FireworkExplosionComponent in net.minecraft.component.type
Fields in net.minecraft.component.type declared as FireworkExplosionComponentModifier and TypeFieldDescriptionstatic final FireworkExplosionComponentFireworkExplosionComponent.DEFAULTFields in net.minecraft.component.type with type parameters of type FireworkExplosionComponentModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<FireworkExplosionComponent> FireworkExplosionComponent.CODECprivate final List<FireworkExplosionComponent> FireworksComponent.explosionsThe field for theexplosionsrecord component.static final PacketCodec<ByteBuf, FireworkExplosionComponent> FireworkExplosionComponent.PACKET_CODECMethods in net.minecraft.component.type that return FireworkExplosionComponentMethods in net.minecraft.component.type that return types with arguments of type FireworkExplosionComponentModifier and TypeMethodDescriptionFireworksComponent.explosions()Returns the value of theexplosionsrecord component.Constructor parameters in net.minecraft.component.type with type arguments of type FireworkExplosionComponentModifierConstructorDescriptionFireworksComponent(int int2, List<FireworkExplosionComponent> list) -
Uses of FireworkExplosionComponent in net.minecraft.entity.projectile
Methods in net.minecraft.entity.projectile that return types with arguments of type FireworkExplosionComponentModifier and TypeMethodDescriptionprivate List<FireworkExplosionComponent> FireworkRocketEntity.getExplosions() -
Uses of FireworkExplosionComponent in net.minecraft.loot.function
Fields in net.minecraft.loot.function declared as FireworkExplosionComponentModifier and TypeFieldDescriptionstatic final FireworkExplosionComponentSetFireworkExplosionLootFunction.DEFAULT_EXPLOSIONFields in net.minecraft.loot.function with type parameters of type FireworkExplosionComponentModifier and TypeFieldDescriptionprivate final List<FireworkExplosionComponent> SetFireworksLootFunction.explosionsMethods in net.minecraft.loot.function that return FireworkExplosionComponentModifier and TypeMethodDescriptionprivate FireworkExplosionComponentSetFireworkExplosionLootFunction.apply(FireworkExplosionComponent current) Methods in net.minecraft.loot.function with parameters of type FireworkExplosionComponentModifier and TypeMethodDescriptionprivate FireworkExplosionComponentSetFireworkExplosionLootFunction.apply(FireworkExplosionComponent current) -
Uses of FireworkExplosionComponent in net.minecraft.world
Method parameters in net.minecraft.world with type arguments of type FireworkExplosionComponentModifier and TypeMethodDescriptionvoidWorld.addFireworkParticle(double x, double y, double z, double velocityX, double velocityY, double velocityZ, List<FireworkExplosionComponent> explosions)