类 StopSoundCommand
java.lang.Object
net.minecraft.server.commands.StopSoundCommand
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static void
register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher) private static int
stopSound
(CommandSourceStack pSource, Collection<ServerPlayer> pTargets, SoundSource pCategory, ResourceLocation pSound)
-
构造器详细资料
-
StopSoundCommand
public StopSoundCommand()
-
-
方法详细资料
-
register
-
stopSound
private static int stopSound(CommandSourceStack pSource, Collection<ServerPlayer> pTargets, @Nullable SoundSource pCategory, @Nullable ResourceLocation pSound)
-