Package net.minecraft.command.impl
Class TitleCommand
- java.lang.Object
-
- net.minecraft.command.impl.TitleCommand
-
public class TitleCommand extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TitleCommand()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description private static int
clearTitle(CommandSource p_198840_0_, java.util.Collection<ServerPlayerEntity> p_198840_1_)
static void
register(com.mojang.brigadier.CommandDispatcher<CommandSource> p_198839_0_)
private static int
resetTitle(CommandSource p_198844_0_, java.util.Collection<ServerPlayerEntity> p_198844_1_)
private static int
setTimes(CommandSource p_198845_0_, java.util.Collection<ServerPlayerEntity> p_198845_1_, int p_198845_2_, int p_198845_3_, int p_198845_4_)
private static int
showTitle(CommandSource p_198846_0_, java.util.Collection<ServerPlayerEntity> p_198846_1_, ITextComponent p_198846_2_, STitlePacket.Type p_198846_3_)
-
-
-
Method Detail
-
register
public static void register(com.mojang.brigadier.CommandDispatcher<CommandSource> p_198839_0_)
-
clearTitle
private static int clearTitle(CommandSource p_198840_0_, java.util.Collection<ServerPlayerEntity> p_198840_1_)
-
resetTitle
private static int resetTitle(CommandSource p_198844_0_, java.util.Collection<ServerPlayerEntity> p_198844_1_)
-
showTitle
private static int showTitle(CommandSource p_198846_0_, java.util.Collection<ServerPlayerEntity> p_198846_1_, ITextComponent p_198846_2_, STitlePacket.Type p_198846_3_) throws com.mojang.brigadier.exceptions.CommandSyntaxException
- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
setTimes
private static int setTimes(CommandSource p_198845_0_, java.util.Collection<ServerPlayerEntity> p_198845_1_, int p_198845_2_, int p_198845_3_, int p_198845_4_)
-
-