Interface ChickenSoundVariant
public sealed interface ChickenSoundVariant
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic interface -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RegistryKey<ChickenSoundVariant> static final Codec<RegistryKey<ChickenSoundVariant>> static final NetworkBuffer.Type<RegistryKey<ChickenSoundVariant>> static final RegistryKey<ChickenSoundVariant> static final Codec<ChickenSoundVariant> -
Method Summary
Modifier and TypeMethodDescriptionstatic ChickenSoundVariant.Builderbuilder()static ChickenSoundVariantcreate(ChickenSoundVariant.ChickenSoundSet adultSounds, ChickenSoundVariant.ChickenSoundSet babySounds) static DynamicRegistry<ChickenSoundVariant> Creates a new instance of the "minecraft:chicken_sound_variant" registry containing the vanilla contents.
-
Field Details
-
NETWORK_TYPE
-
CODEC
-
REGISTRY_CODEC
-
PICKY
-
CLASSIC
-
-
Method Details
-
createDefaultRegistry
Creates a new instance of the "minecraft:chicken_sound_variant" registry containing the vanilla contents.- See Also:
-
create
static ChickenSoundVariant create(ChickenSoundVariant.ChickenSoundSet adultSounds, ChickenSoundVariant.ChickenSoundSet babySounds) -
adultSounds
ChickenSoundVariant.ChickenSoundSet adultSounds() -
babySounds
ChickenSoundVariant.ChickenSoundSet babySounds() -
builder
-