Uses of Record Class
net.minecraft.component.type.FireworksComponent
Packages that use FireworksComponent
Package
Description
-
Uses of FireworksComponent in net.minecraft.component
Fields in net.minecraft.component with type parameters of type FireworksComponentModifier and TypeFieldDescriptionstatic final ComponentType
<FireworksComponent> DataComponentTypes.FIREWORKS
-
Uses of FireworksComponent in net.minecraft.component.type
Fields in net.minecraft.component.type with type parameters of type FireworksComponentModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<FireworksComponent> FireworksComponent.CODEC
static final PacketCodec
<ByteBuf, FireworksComponent> FireworksComponent.PACKET_CODEC
-
Uses of FireworksComponent in net.minecraft.loot.function
Fields in net.minecraft.loot.function declared as FireworksComponentModifier and TypeFieldDescriptionstatic final FireworksComponent
SetFireworksLootFunction.DEFAULT_FIREWORKS
Methods in net.minecraft.loot.function that return FireworksComponentModifier and TypeMethodDescriptionprivate FireworksComponent
SetFireworksLootFunction.apply
(FireworksComponent fireworksComponent) Methods in net.minecraft.loot.function with parameters of type FireworksComponentModifier and TypeMethodDescriptionprivate FireworksComponent
SetFireworksLootFunction.apply
(FireworksComponent fireworksComponent) -
Uses of FireworksComponent in net.minecraft.predicate.item
Methods in net.minecraft.predicate.item that return types with arguments of type FireworksComponentMethods in net.minecraft.predicate.item with parameters of type FireworksComponentModifier and TypeMethodDescriptionboolean
FireworksPredicate.test
(ItemStack itemStack, FireworksComponent fireworksComponent)