Uses of Record Class
net.minecraft.component.type.FireworkExplosionComponent
Packages that use FireworkExplosionComponent
Package
Description
-
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 ComponentType<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.Methods in net.minecraft.component.type with parameters of type FireworkExplosionComponentModifier and TypeMethodDescriptionprivate static voidFireworksComponent.appendExplosionTooltip(Consumer<Text> textConsumer, FireworkExplosionComponent explosionComponent, int stars) Constructor parameters in net.minecraft.component.type with type arguments of type FireworkExplosionComponentModifierConstructorDescriptionFireworksComponent(int flightDuration, List<FireworkExplosionComponent> explosions) Creates an instance of aFireworksComponentrecord class. -
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 Optional<ListOperation.Values<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) Constructor parameters in net.minecraft.loot.function with type arguments of type FireworkExplosionComponentModifierConstructorDescriptionprotectedSetFireworksLootFunction(List<LootCondition> conditions, Optional<ListOperation.Values<FireworkExplosionComponent>> explosions, Optional<Integer> flightDuration) -
Uses of FireworkExplosionComponent in net.minecraft.predicate.item
Fields in net.minecraft.predicate.item with type parameters of type FireworkExplosionComponentModifier and TypeFieldDescriptionprivate final Optional<CollectionPredicate<FireworkExplosionComponent, FireworkExplosionPredicate.Predicate>> FireworksPredicate.explosionsThe field for theexplosionsrecord component.Methods in net.minecraft.predicate.item that return types with arguments of type FireworkExplosionComponentModifier and TypeMethodDescriptionFireworksPredicate.explosions()Returns the value of theexplosionsrecord component.FireworkExplosionPredicate.getComponentType()Methods in net.minecraft.predicate.item with parameters of type FireworkExplosionComponentModifier and TypeMethodDescriptionbooleanFireworkExplosionPredicate.Predicate.test(FireworkExplosionComponent fireworkExplosionComponent) booleanFireworkExplosionPredicate.test(FireworkExplosionComponent fireworkExplosionComponent) Constructor parameters in net.minecraft.predicate.item with type arguments of type FireworkExplosionComponentModifierConstructorDescriptionFireworksPredicate(Optional<CollectionPredicate<FireworkExplosionComponent, FireworkExplosionPredicate.Predicate>> optional, NumberRange.IntRange intRange) -
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)