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 declared as FireworkExplosionComponentFields in net.minecraft with type parameters of type FireworkExplosionComponentModifier and TypeFieldDescriptionprivate final List<FireworkExplosionComponent> class_9376.field_49883Methods in net.minecraft that return FireworkExplosionComponentModifier and TypeMethodDescriptionprivate FireworkExplosionComponentclass_9375.method_58205(FireworkExplosionComponent fireworkExplosionComponent) Methods in net.minecraft with parameters of type FireworkExplosionComponentModifier and TypeMethodDescriptionprivate FireworkExplosionComponentclass_9375.method_58205(FireworkExplosionComponent fireworkExplosionComponent) -
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> list) -
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.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)