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.CODECstatic 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 FireworksComponentSetFireworksLootFunction.DEFAULT_FIREWORKSMethods in net.minecraft.loot.function that return FireworksComponentModifier and TypeMethodDescriptionprivate FireworksComponentSetFireworksLootFunction.apply(FireworksComponent fireworksComponent) Methods in net.minecraft.loot.function with parameters of type FireworksComponentModifier and TypeMethodDescriptionprivate FireworksComponentSetFireworksLootFunction.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 TypeMethodDescriptionbooleanFireworksPredicate.test(FireworksComponent fireworksComponent)