public class SoundEventAccessor extends java.lang.Object implements ISoundEventAccessor<Sound>
コンストラクタと説明 |
---|
SoundEventAccessor(ResourceLocation locationIn,
java.lang.String subtitleIn) |
修飾子とタイプ | メソッドと説明 |
---|---|
void |
addSound(ISoundEventAccessor<Sound> accessor) |
Sound |
cloneEntry() |
void |
enqueuePreload(SoundEngine engine) |
ITextComponent |
getSubtitle() |
int |
getWeight() |
public SoundEventAccessor(ResourceLocation locationIn, @Nullable java.lang.String subtitleIn)
public int getWeight()
getWeight
インタフェース内 ISoundEventAccessor<Sound>
public Sound cloneEntry()
cloneEntry
インタフェース内 ISoundEventAccessor<Sound>
public void addSound(ISoundEventAccessor<Sound> accessor)
@Nullable public ITextComponent getSubtitle()
public void enqueuePreload(SoundEngine engine)
enqueuePreload
インタフェース内 ISoundEventAccessor<Sound>