Class ScoreContents
java.lang.Object
net.minecraft.network.chat.contents.ScoreContents
- All Implemented Interfaces:
ComponentContents
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.network.chat.ComponentContents
ComponentContents.Type<T extends ComponentContents>
-
Field Summary
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<ScoreContents>
static final com.mojang.serialization.MapCodec<ScoreContents>
private final String
private final String
private final EntitySelector
static final ComponentContents.Type<ScoreContents>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
private ScoreHolder
findTargetName
(CommandSourceStack p_237442_) getName()
private MutableComponent
getScore
(ScoreHolder p_313863_, CommandSourceStack p_237451_) int
hashCode()
private static EntitySelector
parseSelector
(String p_237448_) resolve
(CommandSourceStack p_237444_, Entity p_237445_, int p_237446_) toString()
type()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface net.minecraft.network.chat.ComponentContents
visit, visit
-
Field Details
-
INNER_CODEC
-
CODEC
-
TYPE
-
name
-
selector
-
objective
-
-
Constructor Details
-
ScoreContents
-
-
Method Details
-
parseSelector
-
type
- Specified by:
type
in interfaceComponentContents
-
getName
-
getSelector
-
getObjective
-
findTargetName
private ScoreHolder findTargetName(CommandSourceStack p_237442_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
getScore
-
resolve
public MutableComponent resolve(@Nullable CommandSourceStack p_237444_, @Nullable Entity p_237445_, int p_237446_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Specified by:
resolve
in interfaceComponentContents
- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
equals
-
hashCode
public int hashCode() -
toString
-