类 SLPSoundEvents
java.lang.Object
top.r3944realms.superleadrope.core.register.SLPSoundEvents
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.ResourceLocationThe constant RL_LEAD_BREAK.static final net.minecraft.resources.ResourceLocationThe constant RL_LEAD_TIED.static final net.minecraft.resources.ResourceLocationThe constant RL_LEAD_UNTIED.static final net.minecraftforge.registries.DeferredRegister<net.minecraft.sounds.SoundEvent>The constant SOUND_EVENTS. -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
SOUND_EVENTS
public static final net.minecraftforge.registries.DeferredRegister<net.minecraft.sounds.SoundEvent> SOUND_EVENTSThe constant SOUND_EVENTS. -
RL_LEAD_UNTIED
public static final net.minecraft.resources.ResourceLocation RL_LEAD_UNTIEDThe constant RL_LEAD_UNTIED. -
RL_LEAD_TIED
public static final net.minecraft.resources.ResourceLocation RL_LEAD_TIEDThe constant RL_LEAD_TIED. -
RL_LEAD_BREAK
public static final net.minecraft.resources.ResourceLocation RL_LEAD_BREAKThe constant RL_LEAD_BREAK. -
LEAD_UNTIED
public static final net.minecraftforge.registries.RegistryObject<net.minecraft.sounds.SoundEvent> LEAD_UNTIEDThe constant LEAD_UNTIED. -
LEAD_TIED
public static final net.minecraftforge.registries.RegistryObject<net.minecraft.sounds.SoundEvent> LEAD_TIEDThe constant LEAD_TIED. -
LEAD_BREAK
public static final net.minecraftforge.registries.RegistryObject<net.minecraft.sounds.SoundEvent> LEAD_BREAKThe constant LEAD_BREAK.
-
-
构造器详细资料
-
SLPSoundEvents
public SLPSoundEvents()
-
-
方法详细资料
-
register
public static void register(net.minecraftforge.eventbus.api.IEventBus bus) Register.- 参数:
bus- the bus
-
getSubTitleTranslateKey
Gets sub title translate key.- 参数:
name- the name- 返回:
- the sub title translate key
-