Welcome on MasterOf13FPS! MasterOf13FPS

Register today or sign up if you are already a member and never miss any cool content again :)

Single Killaura ist trz eine mutli -.-

Status
Not open for further replies.

MasterOf13FPS

Administrator
Staff member
Administrator
MasterOf13FPS
Joined
Jul 11, 2020
Messages
0
Reaction score
25
Points
0
könnte mir jemand helfen=? :(

Code:
 for (Iterator<Entity> entities = mc.theWorld.loadedEntityList.iterator(); entities.hasNext();)
            {
              Object theObject = entities.next();
              if ((theObject instanceof EntityLivingBase))
              {
                EntityLivingBase en = (EntityLivingBase)theObject;
                if (!(en instanceof EntityPlayerSP))
                {
                  EntityLivingBase p = en;
ps ik ja sind viele fragen immoment aber code grad komplett eigene[/code]
 
Code:
    for (final Object o : this.mc.theWorld.loadedEntityList)
    {
        if (o instanceof EntityLivingBase)
        {
        final EntityLivingBase entityLivingBase = (EntityLivingBase) o;
        if (entityLivingBase == this.mc.thePlayer
            || this.mc.thePlayer.getDistanceToEntity(entityLivingBase) > this.attackRange)
        {
            continue;
        }
 
Code:
    for (final Object o : this.mc.theWorld.loadedEntityList)
    {
        if (o instanceof EntityLivingBase)
        {
        final EntityLivingBase entityLivingBase = (EntityLivingBase) o;
        if (entityLivingBase == this.mc.thePlayer
            || this.mc.thePlayer.getDistanceToEntity(entityLivingBase) > this.attackRange)
        {
            continue;
        }
Omfg danke <3
 
Status
Not open for further replies.
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top