Uses of Enum Class
net.minecraft.component.type.FireworkExplosionComponent.Type
Packages that use FireworkExplosionComponent.Type
Package
Description
-
Uses of FireworkExplosionComponent.Type in net.minecraft.component.type
Fields in net.minecraft.component.type declared as FireworkExplosionComponent.TypeModifier and TypeFieldDescriptionprivate final FireworkExplosionComponent.TypeFireworkExplosionComponent.shapeThe field for theshaperecord component.Fields in net.minecraft.component.type with type parameters of type FireworkExplosionComponent.TypeModifier and TypeFieldDescriptionprivate static final IntFunction<FireworkExplosionComponent.Type> FireworkExplosionComponent.Type.BY_IDstatic final com.mojang.serialization.Codec<FireworkExplosionComponent.Type> FireworkExplosionComponent.Type.CODECstatic final PacketCodec<ByteBuf, FireworkExplosionComponent.Type> FireworkExplosionComponent.Type.PACKET_CODECMethods in net.minecraft.component.type that return FireworkExplosionComponent.TypeModifier and TypeMethodDescriptionFireworkExplosionComponent.Type.byId(int id) FireworkExplosionComponent.shape()Returns the value of theshaperecord component.Returns the enum constant of this class with the specified name.static FireworkExplosionComponent.Type[]FireworkExplosionComponent.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft.component.type with parameters of type FireworkExplosionComponent.TypeModifierConstructorDescriptionFireworkExplosionComponent(FireworkExplosionComponent.Type shape, IntList colors, IntList fadeColors, boolean hasTrail, boolean hasTwinkle) Creates an instance of aFireworkExplosionComponentrecord class. -
Uses of FireworkExplosionComponent.Type in net.minecraft.loot.function
Fields in net.minecraft.loot.function with type parameters of type FireworkExplosionComponent.TypeModifier and TypeFieldDescription(package private) final Optional<FireworkExplosionComponent.Type> SetFireworkExplosionLootFunction.shapeConstructor parameters in net.minecraft.loot.function with type arguments of type FireworkExplosionComponent.TypeModifierConstructorDescriptionSetFireworkExplosionLootFunction(List<LootCondition> conditions, Optional<FireworkExplosionComponent.Type> shape, Optional<IntList> colors, Optional<IntList> fadeColors, Optional<Boolean> trail, Optional<Boolean> twinkle) -
Uses of FireworkExplosionComponent.Type in net.minecraft.predicate.item
Fields in net.minecraft.predicate.item with type parameters of type FireworkExplosionComponent.TypeModifier and TypeFieldDescriptionprivate final Optional<FireworkExplosionComponent.Type> FireworkExplosionPredicate.Predicate.shapeThe field for theshaperecord component.Methods in net.minecraft.predicate.item that return types with arguments of type FireworkExplosionComponent.TypeModifier and TypeMethodDescriptionFireworkExplosionPredicate.Predicate.shape()Returns the value of theshaperecord component.Constructor parameters in net.minecraft.predicate.item with type arguments of type FireworkExplosionComponent.Type -
Uses of FireworkExplosionComponent.Type in net.minecraft.recipe
Fields in net.minecraft.recipe with type parameters of type FireworkExplosionComponent.TypeModifier and TypeFieldDescriptionprivate static final Map<Item, FireworkExplosionComponent.Type> FireworkStarRecipe.TYPE_MODIFIER_MAP