Package net.minecraft.scoreboard
Interface ScoreHolder
- All Known Implementing Classes:
AbstractClientPlayerEntity,AbstractDecorationEntity,AbstractDonkeyEntity,AbstractFireballEntity,AbstractHorseEntity,AbstractMinecartEntity,AbstractPiglinEntity,AbstractSkeletonEntity,AbstractWindChargeEntity,AllayEntity,AmbientEntity,AnimalEntity,AreaEffectCloudEntity,ArmadilloEntity,ArmorStandEntity,ArrowEntity,AxolotlEntity,BatEntity,BeeEntity,BlazeEntity,BoatEntity,BoggedEntity,BreezeEntity,BreezeWindChargeEntity,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,OminousItemSpawnerEntity,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 named net/minecraft/scoreboard/ScoreHolderintermediary net/minecraft/class_9015official ews
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic ScoreHolderstatic ScoreHolderfromProfile(com.mojang.authlib.GameProfile gameProfile) Returns the name uniquely identifying the score holder.default Text
-
Field Details
-
WILDCARD_NAME
- See Also:
- Mappings:
Namespace Name Mixin selector named WILDCARD_NAMELnet/minecraft/scoreboard/ScoreHolder;WILDCARD_NAME:Ljava/lang/String;intermediary field_47537Lnet/minecraft/class_9015;field_47537:Ljava/lang/String;official a_Lews;a_:Ljava/lang/String;
-
WILDCARD
- Mappings:
Namespace Name Mixin selector named WILDCARDLnet/minecraft/scoreboard/ScoreHolder;WILDCARD:Lnet/minecraft/scoreboard/ScoreHolder;intermediary field_47538Lnet/minecraft/class_9015;field_47538:Lnet/minecraft/class_9015;official cyLews;cy:Lews;
-
-
Method Details
-
getNameForScoreboard
String getNameForScoreboard()Returns the name uniquely identifying the score holder.Unlike
Entity.getName(), this is guaranteed to be unique. This is the UUID for all entities except players (which use the player's username).- Returns:
- the name uniquely identifying the score holder
- See Also:
- Mappings:
Namespace Name Mixin selector named getNameForScoreboardLnet/minecraft/scoreboard/ScoreHolder;getNameForScoreboard()Ljava/lang/String;intermediary method_5820Lnet/minecraft/class_9015;method_5820()Ljava/lang/String;official cBLews;cB()Ljava/lang/String;
-
getDisplayName
- Mappings:
Namespace Name Mixin selector named getDisplayNameLnet/minecraft/scoreboard/ScoreHolder;getDisplayName()Lnet/minecraft/text/Text;intermediary method_5476Lnet/minecraft/class_9015;method_5476()Lnet/minecraft/class_2561;official O_Lews;O_()Lxo;
-
getStyledDisplayName
- Mappings:
Namespace Name Mixin selector named getStyledDisplayNameLnet/minecraft/scoreboard/ScoreHolder;getStyledDisplayName()Lnet/minecraft/text/Text;intermediary method_55423Lnet/minecraft/class_9015;method_55423()Lnet/minecraft/class_2561;official heLews;he()Lxo;
-
fromName
- Mappings:
Namespace Name Mixin selector named fromNameLnet/minecraft/scoreboard/ScoreHolder;fromName(Ljava/lang/String;)Lnet/minecraft/scoreboard/ScoreHolder;intermediary method_55422Lnet/minecraft/class_9015;method_55422(Ljava/lang/String;)Lnet/minecraft/class_9015;official cLews;c(Ljava/lang/String;)Lews;
-
fromProfile
- Mappings:
Namespace Name Mixin selector named fromProfileLnet/minecraft/scoreboard/ScoreHolder;fromProfile(Lcom/mojang/authlib/GameProfile;)Lnet/minecraft/scoreboard/ScoreHolder;intermediary method_55420Lnet/minecraft/class_9015;method_55420(Lcom/mojang/authlib/GameProfile;)Lnet/minecraft/class_9015;official aLews;a(Lcom/mojang/authlib/GameProfile;)Lews;
-