Package net.minecraft.scoreboard
Interface ScoreHolder
- All Known Implementing Classes:
AbstractClientPlayerEntity,AbstractDecorationEntity,AbstractDonkeyEntity,AbstractFireballEntity,AbstractHorseEntity,AbstractMinecartEntity,AbstractPiglinEntity,AbstractSkeletonEntity,AllayEntity,AmbientEntity,AnimalEntity,AreaEffectCloudEntity,ArmorStandEntity,ArrowEntity,AxolotlEntity,BatEntity,BeeEntity,BlazeEntity,BoatEntity,BreezeEntity,CamelEntity,CatEntity,CaveSpiderEntity,ChestBoatEntity,ChestMinecartEntity,ChickenEntity,ClientPlayerEntity,CodEntity,CommandBlockMinecartEntity,CowEntity,CreeperEntity,DisplayEntity,DisplayEntity.BlockDisplayEntity,DisplayEntity.ItemDisplayEntity,DisplayEntity.TextDisplayEntity,DolphinEntity,DonkeyEntity,DragonFireballEntity,DrownedEntity,EggEntity,ElderGuardianEntity,EndCrystalEntity,EnderDragonEntity,EnderDragonPart,EndermanEntity,EndermiteEntity,EnderPearlEntity,Entity,EvokerEntity,EvokerFangsEntity,ExperienceBottleEntity,ExperienceOrbEntity,ExplosiveProjectileEntity,EyeOfEnderEntity,FallingBlockEntity,FireballEntity,FireworkRocketEntity,FishEntity,FishingBobberEntity,FlyingEntity,FoxEntity,FrogEntity,FurnaceMinecartEntity,GhastEntity,GiantEntity,GlowItemFrameEntity,GlowSquidEntity,GoatEntity,GolemEntity,GuardianEntity,HoglinEntity,HopperMinecartEntity,HorseEntity,HostileEntity,HuskEntity,IllagerEntity,IllusionerEntity,InteractionEntity,IronGolemEntity,ItemEntity,ItemFrameEntity,LeashKnotEntity,LightningEntity,LivingEntity,LlamaEntity,LlamaSpitEntity,MagmaCubeEntity,MarkerEntity,MerchantEntity,MinecartEntity,MobEntity,MooshroomEntity,MuleEntity,OcelotEntity,OtherClientPlayerEntity,PaintingEntity,PandaEntity,ParrotEntity,PassiveEntity,PathAwareEntity,PatrolEntity,PersistentProjectileEntity,PhantomEntity,PigEntity,PiglinBruteEntity,PiglinEntity,PillagerEntity,PlayerEntity,PolarBearEntity,PotionEntity,ProjectileEntity,PufferfishEntity,RabbitEntity,RaiderEntity,RavagerEntity,SalmonEntity,SchoolingFishEntity,ServerPlayerEntity,SheepEntity,ShulkerBulletEntity,ShulkerEntity,SilverfishEntity,SkeletonEntity,SkeletonHorseEntity,SlimeEntity,SmallFireballEntity,SnifferEntity,SnowballEntity,SnowGolemEntity,SpawnerMinecartEntity,SpectralArrowEntity,SpellcastingIllagerEntity,SpiderEntity,SquidEntity,StorageMinecartEntity,StrayEntity,StriderEntity,TadpoleEntity,TameableEntity,TameableShoulderEntity,ThrownEntity,ThrownItemEntity,TntEntity,TntMinecartEntity,TraderLlamaEntity,TridentEntity,TropicalFishEntity,TurtleEntity,VehicleEntity,VexEntity,VillagerEntity,VindicatorEntity,WanderingTraderEntity,WardenEntity,WaterCreatureEntity,WindChargeEntity,WitchEntity,WitherEntity,WitherSkeletonEntity,WitherSkullEntity,WolfEntity,ZoglinEntity,ZombieEntity,ZombieHorseEntity,ZombieVillagerEntity,ZombifiedPiglinEntity
public interface ScoreHolder
- Mappings:
Namespace Name official emvintermediary net/minecraft/class_9015named net/minecraft/scoreboard/ScoreHolder
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic ScoreHolderstatic ScoreHolderfromProfile(com.mojang.authlib.GameProfile gameProfile) Returns the name uniquely identifying the entity.default Text
-
Field Details
-
WILDCARD_NAME
- See Also:
- Mappings:
Namespace Name Mixin selector official a_Lemv;a_:Ljava/lang/String;intermediary field_47537Lnet/minecraft/class_9015;field_47537:Ljava/lang/String;named WILDCARD_NAMELnet/minecraft/scoreboard/ScoreHolder;WILDCARD_NAME:Ljava/lang/String;
-
WILDCARD
- Mappings:
Namespace Name Mixin selector official cvLemv;cv:Lemv;intermediary field_47538Lnet/minecraft/class_9015;field_47538:Lnet/minecraft/class_9015;named WILDCARDLnet/minecraft/scoreboard/ScoreHolder;WILDCARD:Lnet/minecraft/scoreboard/ScoreHolder;
-
-
Method Details
-
getNameForScoreboard
String getNameForScoreboard()Returns the name uniquely identifying the entity.Unlike
, this is guaranteed to be unique. This is the UUID for all entities except players (which use the player's username). This is mostly used when passing the player name toinvalid @link
#getNamenet.minecraft.scoreboard.Scoreboardmethods.- Returns:
- the name uniquely identifying the entity
- See Also:
- Mappings:
Namespace Name Mixin selector official cyLemv;cy()Ljava/lang/String;intermediary method_5820Lnet/minecraft/class_9015;method_5820()Ljava/lang/String;named getNameForScoreboardLnet/minecraft/scoreboard/ScoreHolder;getNameForScoreboard()Ljava/lang/String;
-
getDisplayName
- Mappings:
Namespace Name Mixin selector official Q_Lemv;Q_()Lvf;intermediary method_5476Lnet/minecraft/class_9015;method_5476()Lnet/minecraft/class_2561;named getDisplayNameLnet/minecraft/scoreboard/ScoreHolder;getDisplayName()Lnet/minecraft/text/Text;
-
getStyledDisplayName
- Mappings:
Namespace Name Mixin selector official gULemv;gU()Lvf;intermediary method_55423Lnet/minecraft/class_9015;method_55423()Lnet/minecraft/class_2561;named getStyledDisplayNameLnet/minecraft/scoreboard/ScoreHolder;getStyledDisplayName()Lnet/minecraft/text/Text;
-
fromName
- Mappings:
Namespace Name Mixin selector official dLemv;d(Ljava/lang/String;)Lemv;intermediary method_55422Lnet/minecraft/class_9015;method_55422(Ljava/lang/String;)Lnet/minecraft/class_9015;named fromNameLnet/minecraft/scoreboard/ScoreHolder;fromName(Ljava/lang/String;)Lnet/minecraft/scoreboard/ScoreHolder;
-
fromProfile
- Mappings:
Namespace Name Mixin selector official aLemv;a(Lcom/mojang/authlib/GameProfile;)Lemv;intermediary method_55420Lnet/minecraft/class_9015;method_55420(Lcom/mojang/authlib/GameProfile;)Lnet/minecraft/class_9015;named fromProfileLnet/minecraft/scoreboard/ScoreHolder;fromProfile(Lcom/mojang/authlib/GameProfile;)Lnet/minecraft/scoreboard/ScoreHolder;
-