Uses of Enum Class
net.minecraft.client.sound.SoundCategory
Packages that use SoundCategory
Package
Description
-
Uses of SoundCategory in net.minecraft
Fields in net.minecraft declared as SoundCategoryMethods in net.minecraft that return SoundCategoryConstructors in net.minecraft with parameters of type SoundCategoryModifierConstructorDescriptionclass_2913(String string, SoundCategory soundCategory, double double2, double double3, double double4, float float2, float float3) -
Uses of SoundCategory in net.minecraft.client.gui.screen
Fields in net.minecraft.client.gui.screen declared as SoundCategoryModifier and TypeFieldDescriptionprivate final SoundCategorySoundsScreen.SoundButtonWidget.categoryMethods in net.minecraft.client.gui.screen with parameters of type SoundCategoryModifier and TypeMethodDescriptionprotected StringSoundsScreen.getVolume(SoundCategory soundCategory) Constructors in net.minecraft.client.gui.screen with parameters of type SoundCategoryModifierConstructorDescriptionSoundButtonWidget(int id, int x, int y, SoundCategory category, boolean isLarge) -
Uses of SoundCategory in net.minecraft.client.options
Fields in net.minecraft.client.options with type parameters of type SoundCategoryModifier and TypeFieldDescriptionprivate final Map<SoundCategory,Float> GameOptions.soundVolumeLevelsMethods in net.minecraft.client.options with parameters of type SoundCategoryModifier and TypeMethodDescriptionfloatGameOptions.getSoundVolume(SoundCategory category) voidGameOptions.setSoundVolume(SoundCategory category, float volume) -
Uses of SoundCategory in net.minecraft.client.render
Methods in net.minecraft.client.render with parameters of type SoundCategoryModifier and TypeMethodDescriptionvoidWorldRenderer.method_3747(PlayerEntity playerEntity, SoundEvent soundEvent, SoundCategory soundCategory, double double2, double double3, double double4, float float2, float float3) -
Uses of SoundCategory in net.minecraft.client.sound
Fields in net.minecraft.client.sound declared as SoundCategoryFields in net.minecraft.client.sound with type parameters of type SoundCategoryModifier and TypeFieldDescriptionprivate final Multimap<SoundCategory,String> SoundSystem.field_8198private static final Map<String,SoundCategory> SoundCategory.NAME_MAPMethods in net.minecraft.client.sound that return SoundCategoryModifier and TypeMethodDescriptionAbstractSoundInstance.method_12534()SoundInstance.method_12534()static SoundCategorySoundCategory.method_12843(String string) static SoundCategoryReturns the enum constant of this class with the specified name.static SoundCategory[]SoundCategory.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.client.sound with parameters of type SoundCategoryModifier and TypeMethodDescriptionprivate floatSoundSystem.getSoundVolume(SoundCategory soundCategory) voidSoundSystem.method_12537(String string, SoundCategory soundCategory) voidSoundManager.method_12544(String string, SoundCategory soundCategory) voidSoundManager.updateSoundVolume(SoundCategory category, float volume) voidSoundSystem.updateSoundVolume(SoundCategory soundCategory, float volume) Constructors in net.minecraft.client.sound with parameters of type SoundCategoryModifierConstructorDescriptionprotectedAbstractSoundInstance(SoundEvent soundEvent, SoundCategory soundCategory) protectedAbstractSoundInstance(Identifier identifier, SoundCategory soundCategory) protectedMovingSoundInstance(SoundEvent soundEvent, SoundCategory soundCategory) privatePositionedSoundInstance(SoundEvent soundEvent, SoundCategory soundCategory, float float2, float float3, boolean bool, int int2, SoundInstance.AttenuationType attenuationType, float float4, float float5, float float6) PositionedSoundInstance(SoundEvent soundEvent, SoundCategory soundCategory, float float2, float float3, float float4, float float5, float float6) PositionedSoundInstance(SoundEvent soundEvent, SoundCategory soundCategory, float float2, float float3, BlockPos blockPos) PositionedSoundInstance(Identifier identifier, SoundCategory soundCategory, float float2, float float3, boolean bool, int int2, SoundInstance.AttenuationType attenuationType, float float4, float float5, float float6) -
Uses of SoundCategory in net.minecraft.client.world
Methods in net.minecraft.client.world with parameters of type SoundCategoryModifier and TypeMethodDescriptionvoidClientWorld.method_9669(BlockPos blockPos, SoundEvent soundEvent, SoundCategory soundCategory, float float2, float float3, boolean bool) voidClientWorld.playSound(double double2, double double3, double double4, SoundEvent soundEvent, SoundCategory soundCategory, float float2, float float3, boolean bool) voidClientWorld.playSound(PlayerEntity playerEntity, double double2, double double3, double double4, SoundEvent soundEvent, SoundCategory soundCategory, float float2, float float3) -
Uses of SoundCategory in net.minecraft.entity
Methods in net.minecraft.entity that return SoundCategoryModifier and TypeMethodDescriptionEntity.getSoundCategory()LightningBoltEntity.getSoundCategory()ParrotEntity.getSoundCategory()ShulkerBulletEntity.getSoundCategory()ShulkerEntity.getSoundCategory() -
Uses of SoundCategory in net.minecraft.entity.boss.dragon
Methods in net.minecraft.entity.boss.dragon that return SoundCategory -
Uses of SoundCategory in net.minecraft.entity.mob
Methods in net.minecraft.entity.mob that return SoundCategoryModifier and TypeMethodDescriptionGhastEntity.getSoundCategory()HostileEntity.getSoundCategory() -
Uses of SoundCategory in net.minecraft.entity.passive
Methods in net.minecraft.entity.passive that return SoundCategory -
Uses of SoundCategory in net.minecraft.entity.player
Methods in net.minecraft.entity.player that return SoundCategory -
Uses of SoundCategory in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play declared as SoundCategoryMethods in net.minecraft.network.packet.s2c.play that return SoundCategoryConstructors in net.minecraft.network.packet.s2c.play with parameters of type SoundCategoryModifierConstructorDescriptionPlaySoundIdS2CPacket(SoundEvent soundEvent, SoundCategory soundCategory, double double2, double double3, double double4, float float2, float float3) -
Uses of SoundCategory in net.minecraft.server.world
Methods in net.minecraft.server.world with parameters of type SoundCategoryModifier and TypeMethodDescriptionvoidServerWorldManager.method_3747(PlayerEntity playerEntity, SoundEvent soundEvent, SoundCategory soundCategory, double double2, double double3, double double4, float float2, float float3) -
Uses of SoundCategory in net.minecraft.world
Methods in net.minecraft.world with parameters of type SoundCategoryModifier and TypeMethodDescriptionvoidWorld.method_11486(PlayerEntity playerEntity, BlockPos blockPos, SoundEvent soundEvent, SoundCategory soundCategory, float float2, float float3) voidclass_2975.method_3747(PlayerEntity playerEntity, SoundEvent soundEvent, SoundCategory soundCategory, double double2, double double3, double double4, float float2, float float3) voidWorldEventListener.method_3747(PlayerEntity playerEntity, SoundEvent soundEvent, SoundCategory soundCategory, double double2, double double3, double double4, float float2, float float3) voidWorld.playSound(double double2, double double3, double double4, SoundEvent soundEvent, SoundCategory soundCategory, float float2, float float3, boolean bool) voidWorld.playSound(PlayerEntity playerEntity, double double2, double double3, double double4, SoundEvent soundEvent, SoundCategory soundCategory, float float2, float float3)