Object IntegrityBossMusicHandler
-
- All Implemented Interfaces:
public class IntegrityBossMusicHandler
-
-
Field Summary
Fields Modifier and Type Field Description private final ResourceLocation
TRACK_INTRO
private final ResourceLocation
TRACK_PART_1
private final ResourceLocation
TRACK_PART_1_BRIDGE
private final ResourceLocation
TRACK_PART_2
private final ResourceLocation
TRACK_PART_2_BRIDGE
private final ResourceLocation
TRACK_PART_3_P1
private final ResourceLocation
TRACK_PART_3_P1_BRIDGE
private final ResourceLocation
TRACK_PART_3_P2
private final ResourceLocation
TRACK_PART_3_P2_LOOP
private final ResourceLocation
TRACK_END
public final static IntegrityBossMusicHandler
INSTANCE
-
Method Summary
Modifier and Type Method Description final ResourceLocation
getTRACK_INTRO()
final ResourceLocation
getTRACK_PART_1()
final ResourceLocation
getTRACK_PART_1_BRIDGE()
final ResourceLocation
getTRACK_PART_2()
final ResourceLocation
getTRACK_PART_2_BRIDGE()
final ResourceLocation
getTRACK_PART_3_P1()
final ResourceLocation
getTRACK_PART_3_P1_BRIDGE()
final ResourceLocation
getTRACK_PART_3_P2()
final ResourceLocation
getTRACK_PART_3_P2_LOOP()
final ResourceLocation
getTRACK_END()
-
-
Method Detail
-
getTRACK_INTRO
final ResourceLocation getTRACK_INTRO()
-
getTRACK_PART_1
final ResourceLocation getTRACK_PART_1()
-
getTRACK_PART_1_BRIDGE
final ResourceLocation getTRACK_PART_1_BRIDGE()
-
getTRACK_PART_2
final ResourceLocation getTRACK_PART_2()
-
getTRACK_PART_2_BRIDGE
final ResourceLocation getTRACK_PART_2_BRIDGE()
-
getTRACK_PART_3_P1
final ResourceLocation getTRACK_PART_3_P1()
-
getTRACK_PART_3_P1_BRIDGE
final ResourceLocation getTRACK_PART_3_P1_BRIDGE()
-
getTRACK_PART_3_P2
final ResourceLocation getTRACK_PART_3_P2()
-
getTRACK_PART_3_P2_LOOP
final ResourceLocation getTRACK_PART_3_P2_LOOP()
-
getTRACK_END
final ResourceLocation getTRACK_END()
-
-
-
-