Uses of Class
net.minecraft.sound.SoundCategory
-
Uses of SoundCategory in net.minecraft.client.gui.widget
Fields in net.minecraft.client.gui.widget declared as SoundCategory Modifier and Type Field Description private SoundCategorySoundSliderWidget. categoryConstructors in net.minecraft.client.gui.widget with parameters of type SoundCategory Constructor Description SoundSliderWidget(MinecraftClient client, int x, int y, SoundCategory category, int width) -
Uses of SoundCategory in net.minecraft.client.network
Methods in net.minecraft.client.network with parameters of type SoundCategory Modifier and Type Method Description voidClientPlayerEntity. playSound(SoundEvent event, SoundCategory category, float volume, float pitch) -
Uses of SoundCategory in net.minecraft.client.option
Fields in net.minecraft.client.option with type parameters of type SoundCategory Modifier and Type Field Description private Object2FloatMap<SoundCategory>GameOptions. soundVolumeLevelsMethods in net.minecraft.client.option with parameters of type SoundCategory Modifier and Type Method Description floatGameOptions. getSoundVolume(SoundCategory category)voidGameOptions. setSoundVolume(SoundCategory category, float volume) -
Uses of SoundCategory in net.minecraft.client.sound
Fields in net.minecraft.client.sound declared as SoundCategory Modifier and Type Field Description protected SoundCategoryAbstractSoundInstance. categoryFields in net.minecraft.client.sound with type parameters of type SoundCategory Modifier and Type Field Description private Multimap<SoundCategory,SoundInstance>SoundSystem. soundsMethods in net.minecraft.client.sound that return SoundCategory Modifier and Type Method Description SoundCategoryAbstractSoundInstance. getCategory()SoundCategorySoundInstance. getCategory()Methods in net.minecraft.client.sound with parameters of type SoundCategory Modifier and Type Method Description private floatSoundSystem. getSoundVolume(@Nullable SoundCategory soundCategory)voidSoundManager. stopSounds(@Nullable Identifier id, @Nullable SoundCategory soundCategory)voidSoundSystem. stopSounds(@Nullable Identifier identifier, @Nullable SoundCategory soundCategory)voidSoundManager. updateSoundVolume(SoundCategory category, float volume)voidSoundSystem. updateSoundVolume(SoundCategory soundCategory, float volume)Constructors in net.minecraft.client.sound with parameters of type SoundCategory Constructor Description AbstractBeeSoundInstance(BeeEntity entity, SoundEvent sound, SoundCategory soundCategory)AbstractSoundInstance(SoundEvent sound, SoundCategory category)AbstractSoundInstance(Identifier soundId, SoundCategory category)EntityTrackingSoundInstance(SoundEvent sound, SoundCategory category, float volume, float pitch, Entity entity)EntityTrackingSoundInstance(SoundEvent sound, SoundCategory category, Entity entity)MovingSoundInstance(SoundEvent sound, SoundCategory category)PositionedSoundInstance(SoundEvent sound, SoundCategory category, float volume, float pitch, boolean repeat, int repeatDelay, SoundInstance.AttenuationType attenuationType, double x, double y, double z)PositionedSoundInstance(SoundEvent sound, SoundCategory category, float volume, float pitch, double x, double y, double z)PositionedSoundInstance(SoundEvent sound, SoundCategory category, float volume, float pitch, BlockPos pos)PositionedSoundInstance(Identifier id, SoundCategory category, float volume, float pitch, boolean repeat, int repeatDelay, SoundInstance.AttenuationType attenuationType, double x, double y, double z, boolean looping) -
Uses of SoundCategory in net.minecraft.client.world
Methods in net.minecraft.client.world with parameters of type SoundCategory Modifier and Type Method Description voidClientWorld. playSound(double x, double y, double z, SoundEvent sound, SoundCategory category, float volume, float pitch, boolean useDistance)voidClientWorld. playSound(@Nullable PlayerEntity player, double x, double y, double z, SoundEvent sound, SoundCategory category, float volume, float pitch)voidClientWorld. playSound(BlockPos pos, SoundEvent sound, SoundCategory category, float volume, float pitch, boolean useDistance)voidClientWorld. playSoundFromEntity(@Nullable PlayerEntity player, Entity entity, SoundEvent sound, SoundCategory category, float volume, float pitch) -
Uses of SoundCategory in net.minecraft.entity
Methods in net.minecraft.entity that return SoundCategory Modifier and Type Method Description SoundCategoryEntity. getSoundCategory()SoundCategoryExperienceOrbEntity. getSoundCategory()SoundCategoryItemEntity. getSoundCategory()SoundCategoryLightningEntity. getSoundCategory()Methods in net.minecraft.entity with parameters of type SoundCategory Modifier and Type Method Description voidSaddleable. saddle(@Nullable SoundCategory sound)voidShearable. sheared(SoundCategory shearedSoundCategory) -
Uses of SoundCategory in net.minecraft.entity.boss.dragon
Methods in net.minecraft.entity.boss.dragon that return SoundCategory Modifier and Type Method Description SoundCategoryEnderDragonEntity. getSoundCategory() -
Uses of SoundCategory in net.minecraft.entity.mob
Methods in net.minecraft.entity.mob that return SoundCategory Modifier and Type Method Description SoundCategoryGhastEntity. getSoundCategory()SoundCategoryHoglinEntity. getSoundCategory()SoundCategoryHostileEntity. getSoundCategory()SoundCategoryPhantomEntity. getSoundCategory()SoundCategoryShulkerEntity. getSoundCategory() -
Uses of SoundCategory in net.minecraft.entity.passive
Methods in net.minecraft.entity.passive that return SoundCategory Modifier and Type Method Description SoundCategoryParrotEntity. getSoundCategory()SoundCategoryRabbitEntity. getSoundCategory()Methods in net.minecraft.entity.passive with parameters of type SoundCategory Modifier and Type Method Description voidHorseBaseEntity. saddle(@Nullable SoundCategory sound)voidPigEntity. saddle(@Nullable SoundCategory sound)voidStriderEntity. saddle(@Nullable SoundCategory sound)voidMooshroomEntity. sheared(SoundCategory shearedSoundCategory)voidSheepEntity. sheared(SoundCategory shearedSoundCategory)voidSnowGolemEntity. sheared(SoundCategory shearedSoundCategory) -
Uses of SoundCategory in net.minecraft.entity.player
Methods in net.minecraft.entity.player that return SoundCategory Modifier and Type Method Description SoundCategoryPlayerEntity. getSoundCategory()Methods in net.minecraft.entity.player with parameters of type SoundCategory Modifier and Type Method Description voidPlayerEntity. playSound(SoundEvent event, SoundCategory category, float volume, float pitch) -
Uses of SoundCategory in net.minecraft.entity.projectile
Methods in net.minecraft.entity.projectile that return SoundCategory Modifier and Type Method Description SoundCategoryShulkerBulletEntity. getSoundCategory() -
Uses of SoundCategory in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play declared as SoundCategory Modifier and Type Field Description private SoundCategoryPlaySoundFromEntityS2CPacket. categoryprivate SoundCategoryPlaySoundIdS2CPacket. categoryprivate SoundCategoryPlaySoundS2CPacket. categoryprivate @Nullable SoundCategoryStopSoundS2CPacket. categoryMethods in net.minecraft.network.packet.s2c.play that return SoundCategory Modifier and Type Method Description SoundCategoryPlaySoundFromEntityS2CPacket. getCategory()SoundCategoryPlaySoundIdS2CPacket. getCategory()SoundCategoryPlaySoundS2CPacket. getCategory()@Nullable SoundCategoryStopSoundS2CPacket. getCategory()Constructors in net.minecraft.network.packet.s2c.play with parameters of type SoundCategory Constructor Description PlaySoundFromEntityS2CPacket(SoundEvent sound, SoundCategory category, Entity entity, float volume, float pitch)PlaySoundIdS2CPacket(Identifier sound, SoundCategory category, Vec3d pos, float volume, float pitch)PlaySoundS2CPacket(SoundEvent sound, SoundCategory category, double x, double y, double z, float volume, float pitch)StopSoundS2CPacket(@Nullable Identifier soundId, @Nullable SoundCategory category) -
Uses of SoundCategory in net.minecraft.server.command
Methods in net.minecraft.server.command with parameters of type SoundCategory Modifier and Type Method Description private static intPlaySoundCommand. execute(ServerCommandSource source, Collection<ServerPlayerEntity> targets, Identifier sound, SoundCategory category, Vec3d pos, float volume, float pitch, float minVolume)private static intStopSoundCommand. execute(ServerCommandSource source, Collection<ServerPlayerEntity> targets, @Nullable SoundCategory category, @Nullable Identifier sound)private static com.mojang.brigadier.builder.LiteralArgumentBuilder<ServerCommandSource>PlaySoundCommand. makeArgumentsForCategory(SoundCategory category) -
Uses of SoundCategory in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type SoundCategory Modifier and Type Method Description voidServerPlayerEntity. playSound(SoundEvent event, SoundCategory category, float volume, float pitch) -
Uses of SoundCategory in net.minecraft.server.world
Methods in net.minecraft.server.world with parameters of type SoundCategory Modifier and Type Method Description voidServerWorld. playSound(@Nullable PlayerEntity player, double x, double y, double z, SoundEvent sound, SoundCategory category, float volume, float pitch)voidServerWorld. playSoundFromEntity(@Nullable PlayerEntity player, Entity entity, SoundEvent sound, SoundCategory category, float volume, float pitch) -
Uses of SoundCategory in net.minecraft.sound
Methods in net.minecraft.sound that return SoundCategory Modifier and Type Method Description static SoundCategorySoundCategory. valueOf(String name)Returns the enum constant of this type with the specified name.static SoundCategory[]SoundCategory. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SoundCategory in net.minecraft.world
Methods in net.minecraft.world with parameters of type SoundCategory Modifier and Type Method Description voidChunkRegion. playSound(@Nullable PlayerEntity player, BlockPos pos, SoundEvent sound, SoundCategory category, float volume, float pitch)voidWorld. playSound(double x, double y, double z, SoundEvent sound, SoundCategory category, float volume, float pitch, boolean useDistance)abstract voidWorld. playSound(@Nullable PlayerEntity player, double x, double y, double z, SoundEvent sound, SoundCategory category, float volume, float pitch)voidWorld. playSound(@Nullable PlayerEntity player, BlockPos pos, SoundEvent sound, SoundCategory category, float volume, float pitch)voidWorldAccess. playSound(@Nullable PlayerEntity player, BlockPos pos, SoundEvent sound, SoundCategory category, float volume, float pitch)abstract voidWorld. playSoundFromEntity(@Nullable PlayerEntity player, Entity entity, SoundEvent sound, SoundCategory category, float volume, float pitch)