Class BlockSoundGroup

java.lang.Object
net.minecraft.sound.BlockSoundGroup
Direct Known Subclasses:
GlassSoundGroup, SandSoundGroup

public class BlockSoundGroup extends Object
Mappings:
Namespace Name
intermediary net/minecraft/class_475
glue class_69
server bu
client ct
named net/minecraft/sound/BlockSoundGroup
  • Field Details

    • soundName

      public final String soundName
      Mappings:
      Namespace Name Mixin selector
      intermediary field_2598 Lnet/minecraft/class_475;field_2598:Ljava/lang/String;
      glue field_146 Lclass_69;field_146:Ljava/lang/String;
      server a Lbu;a:Ljava/lang/String;
      client a Lct;a:Ljava/lang/String;
      named soundName Lnet/minecraft/sound/BlockSoundGroup;soundName:Ljava/lang/String;
    • field_2599

      public final float field_2599
      Mappings:
      Namespace Name Mixin selector
      intermediary field_2599 Lnet/minecraft/class_475;field_2599:F
      glue field_147 Lclass_69;field_147:F
      server b Lbu;b:F
      client b Lct;b:F
      named field_2599 Lnet/minecraft/sound/BlockSoundGroup;field_2599:F
    • field_2600

      public final float field_2600
      Mappings:
      Namespace Name Mixin selector
      intermediary field_2600 Lnet/minecraft/class_475;field_2600:F
      glue field_148 Lclass_69;field_148:F
      server c Lbu;c:F
      client c Lct;c:F
      named field_2600 Lnet/minecraft/sound/BlockSoundGroup;field_2600:F
  • Constructor Details

    • BlockSoundGroup

      public BlockSoundGroup(String soundName, float float2, float float3)
      Mappings:
      Namespace Name Mixin selector
      intermediary <init> Lnet/minecraft/class_475;<init>(Ljava/lang/String;FF)V
      glue <init> Lclass_69;<init>(Ljava/lang/String;FF)V
      server <init> Lbu;<init>(Ljava/lang/String;FF)V
      client <init> Lct;<init>(Ljava/lang/String;FF)V
      named <init> Lnet/minecraft/sound/BlockSoundGroup;<init>(Ljava/lang/String;FF)V
  • Method Details

    • method_1976

      public float method_1976()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1976 Lnet/minecraft/class_475;method_1976()F
      glue method_214 Lclass_69;method_214()F
      server a Lbu;a()F
      client b Lct;b()F
      named method_1976 Lnet/minecraft/sound/BlockSoundGroup;method_1976()F
    • method_1977

      public float method_1977()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1977 Lnet/minecraft/class_475;method_1977()F
      glue method_215 Lclass_69;method_215()F
      server b Lbu;b()F
      client c Lct;c()F
      named method_1977 Lnet/minecraft/sound/BlockSoundGroup;method_1977()F
    • getBreakSound

      @Environment(CLIENT) public String getBreakSound()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1979 Lnet/minecraft/class_475;method_1979()Ljava/lang/String;
      glue method_48 Lclass_69;method_48()Ljava/lang/String;
      server method_1979 Lbu;method_1979()Ljava/lang/String;
      client a Lct;a()Ljava/lang/String;
      named getBreakSound Lnet/minecraft/sound/BlockSoundGroup;getBreakSound()Ljava/lang/String;
    • getSound

      public String getSound()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1978 Lnet/minecraft/class_475;method_1978()Ljava/lang/String;
      glue method_216 Lclass_69;method_216()Ljava/lang/String;
      server c Lbu;c()Ljava/lang/String;
      client d Lct;d()Ljava/lang/String;
      named getSound Lnet/minecraft/sound/BlockSoundGroup;getSound()Ljava/lang/String;