类 SLPSoundEvents

java.lang.Object
top.r3944realms.superleadrope.core.register.SLPSoundEvents

public class SLPSoundEvents extends Object
The type Slp sound events.
  • 字段概要

    字段
    修饰符和类型
    字段
    说明
    static final net.minecraftforge.registries.RegistryObject<net.minecraft.sounds.SoundEvent>
    The constant LEAD_BREAK.
    static final net.minecraftforge.registries.RegistryObject<net.minecraft.sounds.SoundEvent>
    The constant LEAD_TIED.
    static final net.minecraftforge.registries.RegistryObject<net.minecraft.sounds.SoundEvent>
    The constant LEAD_UNTIED.
    static final net.minecraft.resources.ResourceLocation
    The constant RL_LEAD_BREAK.
    static final net.minecraft.resources.ResourceLocation
    The constant RL_LEAD_TIED.
    static final net.minecraft.resources.ResourceLocation
    The constant RL_LEAD_UNTIED.
    static final net.minecraftforge.registries.DeferredRegister<net.minecraft.sounds.SoundEvent>
    The constant SOUND_EVENTS.
  • 构造器概要

    构造器
    构造器
    说明
     
  • 方法概要

    修饰符和类型
    方法
    说明
    static String
    Gets sub title translate key.
    static void
    register(net.minecraftforge.eventbus.api.IEventBus bus)
    Register.

    从类继承的方法 java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 字段详细资料

    • SOUND_EVENTS

      public static final net.minecraftforge.registries.DeferredRegister<net.minecraft.sounds.SoundEvent> SOUND_EVENTS
      The constant SOUND_EVENTS.
    • RL_LEAD_UNTIED

      public static final net.minecraft.resources.ResourceLocation RL_LEAD_UNTIED
      The constant RL_LEAD_UNTIED.
    • RL_LEAD_TIED

      public static final net.minecraft.resources.ResourceLocation RL_LEAD_TIED
      The constant RL_LEAD_TIED.
    • RL_LEAD_BREAK

      public static final net.minecraft.resources.ResourceLocation RL_LEAD_BREAK
      The constant RL_LEAD_BREAK.
    • LEAD_UNTIED

      public static final net.minecraftforge.registries.RegistryObject<net.minecraft.sounds.SoundEvent> LEAD_UNTIED
      The constant LEAD_UNTIED.
    • LEAD_TIED

      public static final net.minecraftforge.registries.RegistryObject<net.minecraft.sounds.SoundEvent> LEAD_TIED
      The constant LEAD_TIED.
    • LEAD_BREAK

      public static final net.minecraftforge.registries.RegistryObject<net.minecraft.sounds.SoundEvent> LEAD_BREAK
      The constant LEAD_BREAK.
  • 构造器详细资料

    • SLPSoundEvents

      public SLPSoundEvents()
  • 方法详细资料

    • register

      public static void register(net.minecraftforge.eventbus.api.IEventBus bus)
      Register.
      参数:
      bus - the bus
    • getSubTitleTranslateKey

      public static String getSubTitleTranslateKey(String name)
      Gets sub title translate key.
      参数:
      name - the name
      返回:
      the sub title translate key