Uses of Class
net.minecraft.entity.Entity
Packages that use Entity
Package
Description
-
Uses of Entity in net.minecraft.block
Methods in net.minecraft.block with parameters of type EntityModifier and TypeMethodDescriptionvoidBlock.applyVelocity(World world, int x, int y, int z, Entity entity, Vec3d velocity) voidLiquidBlock.applyVelocity(World world, int x, int y, int z, Entity entity, Vec3d velocity) voidStairsBlock.applyVelocity(World world, int x, int y, int z, Entity entity, Vec3d velocity) floatBlock.getBlastResistance(Entity entity) floatStairsBlock.getBlastResistance(Entity entity) voidBlock.onEntityCollision(World world, int x, int y, int z, Entity entity) voidCactusBlock.onEntityCollision(World world, int x, int y, int z, Entity entity) voidCobwebBlock.onEntityCollision(World world, int x, int y, int z, Entity entity) voidDetectorRailBlock.onEntityCollision(World world, int x, int y, int z, Entity entity) voidNetherPortalBlock.onEntityCollision(World world, int x, int y, int z, Entity entity) voidPressurePlateBlock.onEntityCollision(World world, int x, int y, int z, Entity entity) voidSoulSandBlock.onEntityCollision(World world, int x, int y, int z, Entity entity) voidBlock.onSteppedOn(World world, int x, int y, int z, Entity entity) voidFarmlandBlock.onSteppedOn(World world, int x, int y, int z, Entity entity) voidLeavesBlock.onSteppedOn(World world, int x, int y, int z, Entity entity) voidRedstoneOreBlock.onSteppedOn(World world, int x, int y, int z, Entity entity) voidStairsBlock.onSteppedOn(World world, int x, int y, int z, Entity entity) -
Uses of Entity in net.minecraft.client
Methods in net.minecraft.client with parameters of type EntityModifier and TypeMethodDescriptionvoidInteractionManager.attackEntity(PlayerEntity player, Entity target) voidMultiplayerInteractionManager.attackEntity(PlayerEntity player, Entity target) voidInteractionManager.interactEntity(PlayerEntity player, Entity entity) voidMultiplayerInteractionManager.interactEntity(PlayerEntity player, Entity entity) -
Uses of Entity in net.minecraft.client.network
Subclasses of Entity in net.minecraft.client.networkMethods in net.minecraft.client.network that return EntityMethods in net.minecraft.client.network with parameters of type Entity -
Uses of Entity in net.minecraft.client.particle
Subclasses of Entity in net.minecraft.client.particleModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassFields in net.minecraft.client.particle declared as EntityModifier and TypeFieldDescriptionprivate EntityPickupParticle.collectorprivate EntityPickupParticle.entityAny entity that is being picked up by anotherMethods in net.minecraft.client.particle with parameters of type EntityModifier and TypeMethodDescriptionvoidvoidConstructors in net.minecraft.client.particle with parameters of type EntityModifierConstructorDescriptionPickupParticle(World world, Entity entity, Entity collector, float offsetY) -
Uses of Entity in net.minecraft.client.render
Fields in net.minecraft.client.render declared as EntityMethods in net.minecraft.client.render with parameters of type EntityModifier and TypeMethodDescriptionvoidWorldRenderer.notifyEntityAdded(Entity entity) voidWorldRenderer.notifyEntityRemoved(Entity entity) -
Uses of Entity in net.minecraft.client.render.chunk
Methods in net.minecraft.client.render.chunk with parameters of type Entity -
Uses of Entity in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity with parameters of type EntityModifier and TypeMethodDescriptionvoidEntityRenderer.postRender(Entity entity, double dx, double dy, double dz, float yaw, float tickDelta) voidvoidvoidabstract voidvoidProjectileEntityRenderer.render(Entity entity, double x, double y, double z, float yaw, float pitch) private voidEntityRenderer.renderOnFire(Entity entity, double dx, double dy, double dz, float tickDelta) private voidEntityRenderer.renderShadow(Entity entity, double dx, double dy, double dz, float yaw, float tickDelta) -
Uses of Entity in net.minecraft.client.render.world
Constructors in net.minecraft.client.render.world with parameters of type Entity -
Uses of Entity in net.minecraft.entity
Subclasses of Entity in net.minecraft.entityModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassFields in net.minecraft.entity declared as EntityModifier and TypeFieldDescriptionprivate EntityLivingEntity.lookTargetEntity.passengerprotected EntityMobEntity.targetEntity.vehicleMethods in net.minecraft.entity that return EntityModifier and TypeMethodDescriptionstatic Entitystatic Entitystatic EntityEntityRegistry.getEntityFromNbt(NbtCompound nbt, World world) LivingEntity.getLookTarget()MobEntity.getTarget()protected EntityMobEntity.getTargetInRange()Methods in net.minecraft.entity with parameters of type EntityModifier and TypeMethodDescriptionvoidLivingEntity.applyKnockback(Entity attacker, int amount, double dx, double dz) protected voidbooleanbooleanbooleanbooleanEntity.getCollisionAgainstShape(Entity other) Seems to return anything only for minecarts and boats.floatEntity.getDistance(Entity entity) static Stringstatic intdoubleEntity.getSquaredDistance(Entity entity) voidvoidEntity.onCollision(Entity otherEntity) voidLivingEntity.onKilledBy(Entity adversary) protected voidMobEntity.resetAttack(Entity other, float distance) voidvoidEntity.setVehicle(Entity entity) If given null or their existing vehicle, removes the rider from their vehicle.voidEntity.updateKilledAchievement(Entity entityKilled, int score) -
Uses of Entity in net.minecraft.entity.ai.pathing
Methods in net.minecraft.entity.ai.pathing with parameters of type EntityModifier and TypeMethodDescriptionprivate Pathprivate PathPathNodeNavigator.findPath(Entity startEntity, PathNode startNode, PathNode endNode, PathNode position, float distance) private PathNodePath.getNodePosition(Entity entity) private intPathNodeNavigator.getSuccessors(Entity startEntity, PathNode startNode, PathNode endNode, PathNode position, float distance) private intPathNodeNavigator.isPassable(Entity entity, int x, int y, int z, PathNode node) -
Uses of Entity in net.minecraft.entity.decoration.painting
Subclasses of Entity in net.minecraft.entity.decoration.paintingMethods in net.minecraft.entity.decoration.painting with parameters of type Entity -
Uses of Entity in net.minecraft.entity.mob
Subclasses of Entity in net.minecraft.entity.mobModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassFields in net.minecraft.entity.mob declared as EntityMethods in net.minecraft.entity.mob that return EntityModifier and TypeMethodDescriptionprotected EntityMonsterEntity.getTargetInRange()protected EntityPigZombieEntity.getTargetInRange()protected EntitySpiderEntity.getTargetInRange()Methods in net.minecraft.entity.mob with parameters of type EntityModifier and TypeMethodDescriptionprotected voidprotected voidprotected voidprotected voidbooleanbooleanprivate voidvoidCreeperEntity.onKilledBy(Entity adversary) protected voidCreeperEntity.resetAttack(Entity other, float distance) -
Uses of Entity in net.minecraft.entity.passive
Subclasses of Entity in net.minecraft.entity.passiveModifier and TypeClassDescriptionclassclassclassclassclassclassclassMethods in net.minecraft.entity.passive that return EntityMethods in net.minecraft.entity.passive with parameters of type Entity -
Uses of Entity in net.minecraft.entity.player
Subclasses of Entity in net.minecraft.entity.playerModifier and TypeClassDescriptionclassclassclassMethods in net.minecraft.entity.player with parameters of type EntityModifier and TypeMethodDescriptionvoidprivate voidPlayerEntity.collideWithEntity(Entity entity) booleanbooleanintPlayerInventory.getAttackDamage(Entity entity) voidvoidPlayerEntity.onKilledBy(Entity adversary) voidServerPlayerEntity.onKilledBy(Entity adversary) voidClientPlayerEntity.sendPickup(Entity item, int count) voidPlayerEntity.sendPickup(Entity item, int count) voidServerPlayerEntity.sendPickup(Entity item, int count) voidServerPlayerEntity.setVehicle(Entity entity) If given null or their existing vehicle, removes the rider from their vehicle.voidPlayerEntity.updateKilledAchievement(Entity entityKilled, int score) -
Uses of Entity in net.minecraft.entity.projectile
Subclasses of Entity in net.minecraft.entity.projectileModifier and TypeClassDescriptionclassclassclassFields in net.minecraft.entity.projectile declared as EntityMethods in net.minecraft.entity.projectile with parameters of type Entity -
Uses of Entity in net.minecraft.entity.projectile.thrown
Subclasses of Entity in net.minecraft.entity.projectile.thrown -
Uses of Entity in net.minecraft.entity.vehicle
Subclasses of Entity in net.minecraft.entity.vehicleMethods in net.minecraft.entity.vehicle with parameters of type EntityModifier and TypeMethodDescriptionbooleanbooleanBoatEntity.getCollisionAgainstShape(Entity other) Seems to return anything only for minecarts and boats.MinecartEntity.getCollisionAgainstShape(Entity other) Seems to return anything only for minecarts and boats.voidMinecartEntity.onCollision(Entity otherEntity) -
Uses of Entity in net.minecraft.item
Methods in net.minecraft.item with parameters of type EntityModifier and TypeMethodDescriptionvoidintItem.getAttackDamage(Entity attackedEntity) intItemStack.getAttackDamage(Entity attackedEntity) intSwordItem.getAttackDamage(Entity attackedEntity) intToolItem.getAttackDamage(Entity attackedEntity) voidItem.inventoryTick(ItemStack stack, World world, Entity entity, int slot, boolean selected) voidItemStack.inventoryTick(World world, Entity entity, int slot, boolean selected) voidMapItem.inventoryTick(ItemStack stack, World world, Entity entity, int slot, boolean selected) void -
Uses of Entity in net.minecraft.network.packet.c2s.play
Constructors in net.minecraft.network.packet.c2s.play with parameters of type Entity -
Uses of Entity in net.minecraft.network.packet.play
Constructors in net.minecraft.network.packet.play with parameters of type Entity -
Uses of Entity in net.minecraft.network.packet.s2c.play
Constructors in net.minecraft.network.packet.s2c.play with parameters of type EntityModifierConstructorDescriptionEntityPositionS2CPacket(Entity entity) EntitySpawnS2CPacket(Entity entity, int entityType) EntitySpawnS2CPacket(Entity entity, int entityType, int entityData) EntityVehicleSetS2CPacket(Entity entity, Entity vehicle) EntityVelocityUpdateS2CPacket(Entity entity) GlobalEntitySpawnS2CPacket(Entity entity) PlayerSleepUpdateS2CPacket(Entity player, int status, int x, int y, int z) -
Uses of Entity in net.minecraft.server.entity
Fields in net.minecraft.server.entity declared as EntityMethods in net.minecraft.server.entity with parameters of type EntityModifier and TypeMethodDescriptionvoidEntityTracker.onEntityAdded(Entity entity) voidEntityTracker.onEntityRemoved(Entity entity) voidEntityTracker.sendToAround(Entity entity, Packet packet) voidEntityTracker.sendToListeners(Entity entity, Packet packet) voidEntityTracker.startTracking(Entity entity, int trackedDistance, int tracingFrequency) voidEntityTracker.startTracking(Entity entity, int trackedDistance, int tracingFrequency, boolean alwaysUpdateVelocity) Constructors in net.minecraft.server.entity with parameters of type EntityModifierConstructorDescriptionEntityTrackerEntry(Entity entity, int trackedDistance, int trackedFrequency, boolean alwaysUpdateVelocity) -
Uses of Entity in net.minecraft.server.world
Methods in net.minecraft.server.world with parameters of type EntityModifier and TypeMethodDescriptionvoidServerWorldEventListener.notifyEntityAdded(Entity entity) voidServerWorldEventListener.notifyEntityRemoved(Entity entity) -
Uses of Entity in net.minecraft.util.hit
Fields in net.minecraft.util.hit declared as EntityConstructors in net.minecraft.util.hit with parameters of type Entity -
Uses of Entity in net.minecraft.world
Methods in net.minecraft.world that return EntityModifier and TypeMethodDescriptionClientWorld.getEntity(int id) ServerWorld.getEntity(int id) World.getPlayerForProxy(Class playerClass) ClientWorld.removeEntity(int id) Methods in net.minecraft.world with parameters of type EntityModifier and TypeMethodDescriptionvoidServerWorld.broadcastEntityEvent(Entity entity, byte event) voidWorld.broadcastEntityEvent(Entity entity, byte event) ServerWorld.createExplosion(Entity source, double x, double y, double z, float power, boolean fire) World.createExplosion(Entity source, double x, double y, double z, float power) World.createExplosion(Entity source, double x, double y, double z, float power, boolean fire) voidClientWorld.forceEntity(int id, Entity entity) World.getClosestPlayer(Entity entity, double range) World.getEntities(Entity entity, Box box) World.getEntityCollisions(Entity entity, Box box) World.getSkyColor(Entity entity, float partialTicks) voidWorld.loadChunksNearEntity(Entity entity) protected voidClientWorld.notifyEntityAdded(Entity entity) protected voidServerWorld.notifyEntityAdded(Entity entity) protected voidWorld.notifyEntityAdded(Entity entity) protected voidClientWorld.notifyEntityRemoved(Entity entity) protected voidServerWorld.notifyEntityRemoved(Entity entity) protected voidWorld.notifyEntityRemoved(Entity entity) voidvoidvoidvoidWorld.serverRemove(Entity entity) booleanClientWorld.spawnEntity(Entity entity) booleanWorld.spawnEntity(Entity entity) booleanServerWorld.spawnGlobalEntity(Entity entity) booleanWorld.spawnGlobalEntity(Entity entity) voidServerWorld.tickVehicle(Entity vehicle, boolean requireLoaded) voidServerWorld.updateEntity(Entity entity, boolean requireLoaded) voidWorld.updateEntity(Entity entity) voidWorld.updateEntity(Entity entity, boolean requireLoaded) booleanWorld.updateMovementInFluid(Box entityBoundingBox, Material fluidMaterial, Entity entity) Also could be for materials, but updated in later versions to be exclusive to fluids -
Uses of Entity in net.minecraft.world.chunk
Methods in net.minecraft.world.chunk with parameters of type EntityModifier and TypeMethodDescriptionvoidvoidvoidChunk.collectOtherEntities(Entity except, Box box, List result) voidEmptyChunk.collectOtherEntities(Entity except, Box box, List result) voidChunk.removeEntity(Entity entity) voidChunk.removeEntity(Entity entity, int chunkSlice) voidEmptyChunk.removeEntity(Entity entity) voidEmptyChunk.removeEntity(Entity entity, int chunkSlice) -
Uses of Entity in net.minecraft.world.dimension
Methods in net.minecraft.world.dimension with parameters of type EntityModifier and TypeMethodDescriptionbooleanPortalForcer.createPortal(World world, Entity entity) voidPortalForcer.moveToPortal(World world, Entity entity) Called when an entity's dimension changes so that their position is forced to a portal position.booleanPortalForcer.teleportToValidPortal(World world, Entity entity) -
Uses of Entity in net.minecraft.world.event.listener
Methods in net.minecraft.world.event.listener with parameters of type EntityModifier and TypeMethodDescriptionvoidGameEventListener.notifyEntityAdded(Entity entity) voidGameEventListener.notifyEntityRemoved(Entity entity) -
Uses of Entity in net.minecraft.world.explosion
Fields in net.minecraft.world.explosion declared as EntityConstructors in net.minecraft.world.explosion with parameters of type Entity