Uses of Interface
net.minecraft.command.ICommandSource
-
-
Uses of ICommandSource in net.minecraft.client.entity.player
Classes in net.minecraft.client.entity.player that implement ICommandSource Modifier and Type Class Description classAbstractClientPlayerEntityclassClientPlayerEntityclassRemoteClientPlayerEntity -
Uses of ICommandSource in net.minecraft.command
Fields in net.minecraft.command declared as ICommandSource Modifier and Type Field Description static ICommandSourceICommandSource. NULLprivate ICommandSourceCommandSource. sourceConstructors in net.minecraft.command with parameters of type ICommandSource Constructor Description CommandSource(ICommandSource p_i49552_1_, Vector3d p_i49552_2_, Vector2f p_i49552_3_, ServerWorld p_i49552_4_, int p_i49552_5_, java.lang.String p_i49552_6_, ITextComponent p_i49552_7_, MinecraftServer p_i49552_8_, Entity p_i49552_9_)CommandSource(ICommandSource p_i49553_1_, Vector3d p_i49553_2_, Vector2f p_i49553_3_, ServerWorld p_i49553_4_, int p_i49553_5_, java.lang.String p_i49553_6_, ITextComponent p_i49553_7_, MinecraftServer p_i49553_8_, Entity p_i49553_9_, boolean p_i49553_10_, com.mojang.brigadier.ResultConsumer<CommandSource> p_i49553_11_, EntityAnchorArgument.Type p_i49553_12_) -
Uses of ICommandSource in net.minecraft.entity
Classes in net.minecraft.entity that implement ICommandSource Modifier and Type Class Description classAgeableEntityclassAreaEffectCloudEntityclassCreatureEntityclassEntityclassFlyingEntityclassLivingEntityclassMobEntity -
Uses of ICommandSource in net.minecraft.entity.boss
Classes in net.minecraft.entity.boss that implement ICommandSource Modifier and Type Class Description classWitherEntity -
Uses of ICommandSource in net.minecraft.entity.boss.dragon
Classes in net.minecraft.entity.boss.dragon that implement ICommandSource Modifier and Type Class Description classEnderDragonEntityclassEnderDragonPartEntity -
Uses of ICommandSource in net.minecraft.entity.effect
Classes in net.minecraft.entity.effect that implement ICommandSource Modifier and Type Class Description classLightningBoltEntity -
Uses of ICommandSource in net.minecraft.entity.item
Classes in net.minecraft.entity.item that implement ICommandSource Modifier and Type Class Description classArmorStandEntityclassBoatEntityclassEnderCrystalEntityclassEnderPearlEntityclassExperienceBottleEntityclassExperienceOrbEntityclassFallingBlockEntityclassHangingEntityclassItemEntityclassItemFrameEntityclassLeashKnotEntityclassPaintingEntityclassTNTEntity -
Uses of ICommandSource in net.minecraft.entity.item.minecart
Classes in net.minecraft.entity.item.minecart that implement ICommandSource Modifier and Type Class Description classAbstractMinecartEntityclassChestMinecartEntityclassCommandBlockMinecartEntityclassCommandBlockMinecartEntity.MinecartCommandLogicclassContainerMinecartEntityclassFurnaceMinecartEntityclassHopperMinecartEntityclassMinecartEntityclassSpawnerMinecartEntityclassTNTMinecartEntity -
Uses of ICommandSource in net.minecraft.entity.merchant.villager
Classes in net.minecraft.entity.merchant.villager that implement ICommandSource Modifier and Type Class Description classAbstractVillagerEntityclassVillagerEntityclassWanderingTraderEntity -
Uses of ICommandSource in net.minecraft.entity.monster
Classes in net.minecraft.entity.monster that implement ICommandSource Modifier and Type Class Description classAbstractIllagerEntityclassAbstractRaiderEntityclassAbstractSkeletonEntityclassBlazeEntityclassCaveSpiderEntityclassCreeperEntityclassDrownedEntityclassElderGuardianEntityclassEndermanEntityclassEndermiteEntityclassEvokerEntityclassGhastEntityclassGiantEntityclassGuardianEntityclassHoglinEntityclassHuskEntityclassIllusionerEntityclassMagmaCubeEntityclassMonsterEntityclassPatrollerEntityclassPhantomEntityclassPillagerEntityclassRavagerEntityclassShulkerEntityclassSilverfishEntityclassSkeletonEntityclassSlimeEntityclassSpellcastingIllagerEntityclassSpiderEntityclassStrayEntityclassVexEntityclassVindicatorEntityclassWitchEntityclassWitherSkeletonEntityclassZoglinEntityclassZombieEntityclassZombieVillagerEntityclassZombifiedPiglinEntity -
Uses of ICommandSource in net.minecraft.entity.monster.piglin
Classes in net.minecraft.entity.monster.piglin that implement ICommandSource Modifier and Type Class Description classAbstractPiglinEntityclassPiglinBruteEntityclassPiglinEntity -
Uses of ICommandSource in net.minecraft.entity.passive
Classes in net.minecraft.entity.passive that implement ICommandSource Modifier and Type Class Description classAmbientEntityclassAnimalEntityclassBatEntityclassBeeEntityclassCatEntityclassChickenEntityclassCowEntityclassDolphinEntityclassFoxEntityclassGolemEntityclassIronGolemEntityclassMooshroomEntityclassOcelotEntityclassPandaEntityclassParrotEntityclassPigEntityclassPolarBearEntityclassRabbitEntityclassSheepEntityclassShoulderRidingEntityclassSnowGolemEntityclassSquidEntityclassStriderEntityclassTameableEntityclassTurtleEntityclassWaterMobEntityclassWolfEntity -
Uses of ICommandSource in net.minecraft.entity.passive.fish
Classes in net.minecraft.entity.passive.fish that implement ICommandSource Modifier and Type Class Description classAbstractFishEntityclassAbstractGroupFishEntityclassCodEntityclassPufferfishEntityclassSalmonEntityclassTropicalFishEntity -
Uses of ICommandSource in net.minecraft.entity.passive.horse
Classes in net.minecraft.entity.passive.horse that implement ICommandSource Modifier and Type Class Description classAbstractChestedHorseEntityclassAbstractHorseEntityclassDonkeyEntityclassHorseEntityclassLlamaEntityclassMuleEntityclassSkeletonHorseEntityclassTraderLlamaEntityclassZombieHorseEntity -
Uses of ICommandSource in net.minecraft.entity.player
Classes in net.minecraft.entity.player that implement ICommandSource Modifier and Type Class Description classPlayerEntityclassServerPlayerEntity -
Uses of ICommandSource in net.minecraft.entity.projectile
Classes in net.minecraft.entity.projectile that implement ICommandSource Modifier and Type Class Description classAbstractArrowEntityclassAbstractFireballEntityclassArrowEntityclassDamagingProjectileEntityclassDragonFireballEntityclassEggEntityclassEvokerFangsEntityclassEyeOfEnderEntityclassFireballEntityclassFireworkRocketEntityclassFishingBobberEntityclassLlamaSpitEntityclassPotionEntityclassProjectileEntityclassProjectileItemEntityclassShulkerBulletEntityclassSmallFireballEntityclassSnowballEntityclassSpectralArrowEntityclassThrowableEntityclassTridentEntityclassWitherSkullEntity -
Uses of ICommandSource in net.minecraft.network.rcon
Classes in net.minecraft.network.rcon that implement ICommandSource Modifier and Type Class Description classRConConsoleSource -
Uses of ICommandSource in net.minecraft.server
Classes in net.minecraft.server that implement ICommandSource Modifier and Type Class Description classMinecraftServer -
Uses of ICommandSource in net.minecraft.server.dedicated
Classes in net.minecraft.server.dedicated that implement ICommandSource Modifier and Type Class Description classDedicatedServer -
Uses of ICommandSource in net.minecraft.server.integrated
Classes in net.minecraft.server.integrated that implement ICommandSource Modifier and Type Class Description classIntegratedServer -
Uses of ICommandSource in net.minecraft.tileentity
Classes in net.minecraft.tileentity that implement ICommandSource Modifier and Type Class Description classCommandBlockLogic -
Uses of ICommandSource in net.minecraftforge.common.util
Classes in net.minecraftforge.common.util that implement ICommandSource Modifier and Type Class Description classFakePlayer -
Uses of ICommandSource in net.minecraftforge.entity
Classes in net.minecraftforge.entity that implement ICommandSource Modifier and Type Class Description classPartEntity<T extends Entity> -
Uses of ICommandSource in net.minecraftforge.server.command
Methods in net.minecraftforge.server.command with parameters of type ICommandSource Modifier and Type Method Description static TextComponentTextComponentHelper. createComponentTranslation(ICommandSource source, java.lang.String translation, java.lang.Object... args)Detects when sending to a vanilla client and falls back to sending english, since they don't have the lang data necessary to translate on the client.private static booleanTextComponentHelper. isVanillaClient(ICommandSource sender)
-