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
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<ScoreContents> static final com.mojang.serialization.MapCodec<ScoreContents> private final Stringprivate final Stringprivate final EntitySelectorstatic final ComponentContents.Type<ScoreContents> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanprivate ScoreHolderfindTargetName(CommandSourceStack source) getName()private MutableComponentgetScore(ScoreHolder scoreHolder, CommandSourceStack source) inthashCode()private static EntitySelectorparseSelector(String selector) resolve(CommandSourceStack nbtPathPattern, Entity entity, int recursionDepth) toString()type()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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:
typein interfaceComponentContents
-
getName
-
getSelector
-
getObjective
-
findTargetName
private ScoreHolder findTargetName(CommandSourceStack source) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
getScore
-
resolve
public MutableComponent resolve(@Nullable CommandSourceStack nbtPathPattern, @Nullable Entity entity, int recursionDepth) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Specified by:
resolvein interfaceComponentContents- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
equals
-
hashCode
public int hashCode() -
toString
-