Uses of Class
net.minecraft.entity.Entity
Packages that use Entity
Package
Description
-
Uses of Entity in net.minecraft
Methods in net.minecraft that return EntityModifier and TypeMethodDescriptionclass_4540.getEntity()class_4671.getEntity()class_4673.getEntity()class_4674.getEntity()class_4691.getEntity()Methods in net.minecraft with parameters of type EntityModifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanintstatic Blockclass_321.method_9371(World world, Entity entity, float delta) static Vec3dclass_321.method_9372(Entity entity, double delta) Constructors in net.minecraft with parameters of type EntityModifierConstructorDescription(package private)class_4691(ExecuteCommand executeCommand, Entity entity, CommandSource commandSource, BlockPos blockPos, double double2, double double3, double double4) (package private)class_4976(Entity entity) (package private)class_4977(Entity entity) (package private)class_4978(Entity entity) (package private)class_4979(Entity entity) -
Uses of Entity in net.minecraft.block
Methods in net.minecraft.block with parameters of type EntityModifier and TypeMethodDescriptionvoidBlock.appendCollisionBoxes(World world, BlockPos pos, BlockState state, Box box, List list, Entity entity) voidBrewingStandBlock.appendCollisionBoxes(World world, BlockPos pos, BlockState state, Box box, List list, Entity entity) voidCauldronBlock.appendCollisionBoxes(World world, BlockPos pos, BlockState state, Box box, List list, Entity entity) voidEndPortalBlock.appendCollisionBoxes(World world, BlockPos pos, BlockState state, Box box, List list, Entity entity) voidEndPortalFrameBlock.appendCollisionBoxes(World world, BlockPos pos, BlockState state, Box box, List list, Entity entity) voidFenceBlock.appendCollisionBoxes(World world, BlockPos pos, BlockState state, Box box, List list, Entity entity) voidHopperBlock.appendCollisionBoxes(World world, BlockPos pos, BlockState state, Box box, List list, Entity entity) voidLilyPadBlock.appendCollisionBoxes(World world, BlockPos pos, BlockState state, Box box, List list, Entity entity) voidPaneBlock.appendCollisionBoxes(World world, BlockPos pos, BlockState state, Box box, List list, Entity entity) voidPistonBlock.appendCollisionBoxes(World world, BlockPos pos, BlockState state, Box box, List list, Entity entity) voidPistonHeadBlock.appendCollisionBoxes(World world, BlockPos pos, BlockState state, Box box, List list, Entity entity) voidSlabBlock.appendCollisionBoxes(World world, BlockPos pos, BlockState state, Box box, List list, Entity entity) voidStairsBlock.appendCollisionBoxes(World world, BlockPos pos, BlockState state, Box box, List list, Entity entity) floatBlock.getBlastResistance(Entity entity) Returns the block's blast resistance as per the entity provided.floatStairsBlock.getBlastResistance(Entity entity) Returns the block's blast resistance as per the entity provided.voidAbstractButtonBlock.onEntityCollision(World world, BlockPos pos, BlockState state, Entity entity) Runs every time an entity collides with the blockAbstractFluidBlock.onEntityCollision(World world, BlockPos pos, Entity entity, Vec3d velocity) voidAbstractPressurePlateBlock.onEntityCollision(World world, BlockPos pos, BlockState state, Entity entity) Runs every time an entity collides with the blockvoidBlock.onEntityCollision(World world, BlockPos pos, BlockState state, Entity entity) Runs every time an entity collides with the blockBlock.onEntityCollision(World world, BlockPos pos, Entity entity, Vec3d velocity) voidCactusBlock.onEntityCollision(World world, BlockPos pos, BlockState state, Entity entity) Runs every time an entity collides with the blockvoidCauldronBlock.onEntityCollision(World world, BlockPos pos, BlockState state, Entity entity) Runs every time an entity collides with the blockvoidCobwebBlock.onEntityCollision(World world, BlockPos pos, BlockState state, Entity entity) Runs every time an entity collides with the blockvoidDetectorRailBlock.onEntityCollision(World world, BlockPos pos, BlockState state, Entity entity) Runs every time an entity collides with the blockvoidEndPortalBlock.onEntityCollision(World world, BlockPos pos, BlockState state, Entity entity) Runs every time an entity collides with the blockvoidNetherPortalBlock.onEntityCollision(World world, BlockPos pos, BlockState state, Entity entity) Runs every time an entity collides with the blockvoidSoulSandBlock.onEntityCollision(World world, BlockPos pos, BlockState state, Entity entity) Runs every time an entity collides with the blockStairsBlock.onEntityCollision(World world, BlockPos pos, Entity entity, Vec3d velocity) voidTntBlock.onEntityCollision(World world, BlockPos pos, BlockState state, Entity entity) Runs every time an entity collides with the blockvoidTripwireBlock.onEntityCollision(World world, BlockPos pos, BlockState state, Entity entity) Runs every time an entity collides with the blockvoidBlock.onLandedUpon(World world, BlockPos pos, Entity entity, float distance) Runs when an entity falls on the block.voidFarmlandBlock.onLandedUpon(World world, BlockPos pos, Entity entity, float distance) Runs when an entity falls on the block.voidSlimeBlock.onLandedUpon(World world, BlockPos pos, Entity entity, float distance) Runs when an entity falls on the block.voidBlock.onSteppedOn(World world, BlockPos pos, Entity entity) Runs every time an entity steps on the Block.voidRedstoneOreBlock.onSteppedOn(World world, BlockPos pos, Entity entity) Runs every time an entity steps on the Block.voidSlimeBlock.onSteppedOn(World world, BlockPos pos, Entity entity) Runs every time an entity steps on the Block.voidStairsBlock.onSteppedOn(World world, BlockPos pos, Entity entity) Runs every time an entity steps on the Block.voidBlock.setEntityVelocity(World world, Entity entity) Sets the speed of an entity moving on the blockvoidSlimeBlock.setEntityVelocity(World world, Entity entity) Sets the speed of an entity moving on the block -
Uses of Entity in net.minecraft.block.entity
Fields in net.minecraft.block.entity declared as EntityMethods in net.minecraft.block.entity that return EntityModifier and TypeMethodDescriptionSpawnerBlockEntityBehavior.method_8461(World world) private EntitySpawnerBlockEntityBehavior.method_8462(Entity entity, boolean bool) Methods in net.minecraft.block.entity with parameters of type EntityModifier and TypeMethodDescriptionprivate EntitySpawnerBlockEntityBehavior.method_8462(Entity entity, boolean bool) -
Uses of Entity in net.minecraft.client
Subclasses of Entity in net.minecraft.clientFields in net.minecraft.client declared as EntityModifier and TypeFieldDescriptionprivate EntityMinecraftClient.cameraEntityMinecraftClient.targetedEntityMethods in net.minecraft.client that return EntityMethods in net.minecraft.client with parameters of type EntityModifier and TypeMethodDescriptionvoidclass_1339.method_1283(BufferBuilder builder, Entity entity, float float2, float float3, float float4, float float5, float float6, float float7) voidclass_1340.method_1283(BufferBuilder builder, Entity entity, float float2, float float3, float float4, float float5, float float6, float float7) voidclass_1341.method_1283(BufferBuilder builder, Entity entity, float float2, float float3, float float4, float float5, float float6, float float7) voidMinecraftClient.setCameraEntity(Entity entity) -
Uses of Entity in net.minecraft.client.network
Subclasses of Entity in net.minecraft.client.networkMethods in net.minecraft.client.network with parameters of type EntityModifier and TypeMethodDescriptionvoidClientPlayerInteractionManager.attackEntity(PlayerEntity player, Entity target) booleanClientPlayerInteractionManager.interactEntity(PlayerEntity playerEntity, Entity entity) booleanClientPlayerInteractionManager.interactEntityAtLocation(PlayerEntity player, Entity entity, BlockHitResult blockHitResult) -
Uses of Entity in net.minecraft.client.particle
Subclasses of Entity in net.minecraft.client.particleModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassFields in net.minecraft.client.particle declared as EntityModifier and TypeFieldDescriptionprivate EntityEmitterParticle.entityprivate EntityItemPickupParticle.field_1747private EntityItemPickupParticle.field_1748Methods in net.minecraft.client.particle with parameters of type EntityModifier and TypeMethodDescriptionvoidParticleManager.addEmitter(Entity entity, ParticleType particleType) voidBarrierParticle.method_1283(BufferBuilder builder, Entity entity, float float2, float float3, float float4, float float5, float float6, float float7) voidBlockDustParticle.method_1283(BufferBuilder builder, Entity entity, float float2, float float3, float float4, float float5, float float6, float float7) voidCloudParticle.method_1283(BufferBuilder builder, Entity entity, float float2, float float3, float float4, float float5, float float6, float float7) voidDamageParticle.method_1283(BufferBuilder builder, Entity entity, float float2, float float3, float float4, float float5, float float6, float float7) voidElderGuardianAppearanceParticle.method_1283(BufferBuilder builder, Entity entity, float float2, float float3, float float4, float float5, float float6, float float7) voidEmitterParticle.method_1283(BufferBuilder builder, Entity entity, float float2, float float3, float float4, float float5, float float6, float float7) voidEmotionParticle.method_1283(BufferBuilder builder, Entity entity, float float2, float float3, float float4, float float5, float float6, float float7) voidExplosionEmitterParticle.method_1283(BufferBuilder builder, Entity entity, float float2, float float3, float float4, float float5, float float6, float float7) voidFireSmokeParticle.method_1283(BufferBuilder builder, Entity entity, float float2, float float3, float float4, float float5, float float6, float float7) voidFlameParticle.method_1283(BufferBuilder builder, Entity entity, float float2, float float3, float float4, float float5, float float6, float float7) voidFootstepParticle.method_1283(BufferBuilder builder, Entity entity, float float2, float float3, float float4, float float5, float float6, float float7) voidItemPickupParticle.method_1283(BufferBuilder builder, Entity entity, float float2, float float3, float float4, float float5, float float6, float float7) voidLargeExplosionParticle.method_1283(BufferBuilder builder, Entity entity, float float2, float float3, float float4, float float5, float float6, float float7) voidLavaEmberParticle.method_1283(BufferBuilder builder, Entity entity, float float2, float float3, float float4, float float5, float float6, float float7) voidNoteParticle.method_1283(BufferBuilder builder, Entity entity, float float2, float float3, float float4, float float5, float float6, float float7) voidParticle.method_1283(BufferBuilder builder, Entity entity, float float2, float float3, float float4, float float5, float float6, float float7) voidPortalParticle.method_1283(BufferBuilder builder, Entity entity, float float2, float float3, float float4, float float5, float float6, float float7) voidRedstoneParticle.method_1283(BufferBuilder builder, Entity entity, float float2, float float3, float float4, float float5, float float6, float float7) voidSnowballParticle.method_1283(BufferBuilder builder, Entity entity, float float2, float float3, float float4, float float5, float float6, float float7) voidSnowShovelParticle.method_1283(BufferBuilder builder, Entity entity, float float2, float float3, float float4, float float5, float float6, float float7) voidSpellParticle.method_1283(BufferBuilder builder, Entity entity, float float2, float float3, float float4, float float5, float float6, float float7) voidParticleManager.method_1296(Entity entity, float float2) voidParticleManager.method_1299(Entity entity, float float2) Constructors in net.minecraft.client.particle with parameters of type EntityModifierConstructorDescriptionEmitterParticle(World world, Entity entity, ParticleType types) ItemPickupParticle(World world, Entity entity, Entity entity2, float float2) -
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 TypeMethodDescriptionintWorldRenderer.method_9894(BlockRenderLayer blockRenderLayer, double double2, int int2, Entity entity) voidWorldRenderer.method_9899(Tessellator tessellator, BufferBuilder bufferBuilder, Entity entity, float float2) protected javax.vecmath.Vector3fWorldRenderer.method_9905(Entity entity, double double2) voidWorldRenderer.method_9906(Entity entity, double double2, CameraView cameraView, int int2, boolean bool) voidWorldRenderer.method_9907(Entity entity, float float2) voidWorldRenderer.method_9908(Entity entity, CameraView cameraView, float float2) voidGameRenderer.onCameraEntitySet(Entity entity) voidWorldRenderer.onEntityRemoved(Entity entity) voidWorldRenderer.onEntitySpawned(Entity entity) -
Uses of Entity in net.minecraft.client.render.block.entity
Fields in net.minecraft.client.render.block.entity declared as EntityMethods in net.minecraft.client.render.block.entity with parameters of type EntityModifier and TypeMethodDescriptionvoidBlockEntityRenderDispatcher.updateCamera(World world, TextureManager textureManager, TextRenderer textRenderer, Entity camera, float tickDelta) -
Uses of Entity in net.minecraft.client.render.entity
Fields in net.minecraft.client.render.entity declared as EntityModifier and TypeFieldDescriptionEntityRenderDispatcher.field_11098EntityRenderDispatcher.field_7998Methods in net.minecraft.client.render.entity with parameters of type EntityModifier and TypeMethodDescriptionprotected booleanEntityRenderer.bindTexture(Entity entity) FlyingItemEntityRenderer.createStack(Entity entity) EntityRenderDispatcher.getRenderer(Entity entity) protected IdentifierAreaEffectCloudEntityRenderer.getTexture(Entity entity) protected abstract IdentifierEntityRenderer.getTexture(Entity entity) protected IdentifierFlyingItemEntityRenderer.getTexture(Entity entity) protected booleanDetermines whether the passed entity should render with a nameplate above its head.voidEntityRenderDispatcher.method_10200(World world, TextRenderer textRenderer, Entity entity, Entity entity2, GameOptions gameOptions, float float2) booleanEntityRenderDispatcher.method_10201(Entity entity, CameraView cameraView, double double2, double double3, double double4) voidEntityRenderDispatcher.method_10204(Entity entity, float float2) protected voidEntityRenderer.method_10208(Entity entity, double double2, double double3, double double4) protected voidEntityRenderer.method_10209(Entity entity, double double2, double double3, double double4, String string, float float2, double double5) voidEntityRenderer.method_1534(Entity entity, double double2, double double3, double double4, float float2, float float3) private voidEntityRenderDispatcher.method_4328(Entity entity, double double2, double double3, double double4, float float2, float float3) booleanEntityRenderDispatcher.method_6913(Entity entity, double double2, double double3, double double4, float float2, float float3, boolean bool) booleanEntityRenderDispatcher.method_6914(Entity entity, float float2) booleanEntityRenderDispatcher.method_6915(Entity entity, float float2, boolean bool) voidAreaEffectCloudEntityRenderer.render(Entity entity, double x, double y, double z, float float2, float tickDelta) booleanEntityRenderDispatcher.render(Entity entity, double double2, double double3, double double4, float float2, float float3) voidvoidFlyingItemEntityRenderer.render(Entity entity, double x, double y, double z, float float2, float tickDelta) private voidEntityRenderer.renderFire(Entity entity, double x, double y, double z, float float2) protected voidEntityRenderer.renderLabelIfPresent(Entity entity, String text, double x, double y, double z, int maxDistance) private voidEntityRenderer.renderShadow(Entity entity, double x, double y, double z, float float2, float tickDelta) booleanEntityRenderer.shouldRender(Entity entity, CameraView cameraView, double x, double y, double z) -
Uses of Entity in net.minecraft.client.render.entity.model
Methods in net.minecraft.client.render.entity.model with parameters of type EntityModifier and TypeMethodDescriptionvoidArmorStandEntityModel.render(Entity entity, float float2, float float3, float float4, float float5, float float6, float scale) voidBatEntityModel.render(Entity entity, float float2, float float3, float float4, float float5, float float6, float scale) voidBiPedModel.render(Entity entity, float float2, float float3, float float4, float float5, float float6, float scale) voidBlazeEntityModel.render(Entity entity, float float2, float float3, float float4, float float5, float float6, float scale) voidBoatEntityModel.render(Entity entity, float float2, float float3, float float4, float float5, float float6, float scale) voidBookModel.render(Entity entity, float float2, float float3, float float4, float float5, float float6, float scale) voidChickenEntityModel.render(Entity entity, float float2, float float3, float float4, float float5, float float6, float scale) voidCreeperEntityModel.render(Entity entity, float float2, float float3, float float4, float float5, float float6, float scale) voidEnderCrystalEntityModel.render(Entity entity, float float2, float float3, float float4, float float5, float float6, float scale) voidEnderDragonModel.render(Entity entity, float float2, float float3, float float4, float float5, float float6, float scale) voidEndermiteEntityModel.render(Entity entity, float float2, float float3, float float4, float float5, float float6, float scale) voidEntityModel.render(Entity entity, float float2, float float3, float float4, float float5, float float6, float scale) voidGhastEntityRenderer.render(Entity entity, float float2, float float3, float float4, float float5, float float6, float scale) voidGuardianEntityModel.render(Entity entity, float float2, float float3, float float4, float float5, float float6, float scale) voidHorseBaseEntityModel.render(Entity entity, float float2, float float3, float float4, float float5, float float6, float scale) voidIronGolemEntityModel.render(Entity entity, float float2, float float3, float float4, float float5, float float6, float scale) voidLeashEntityModel.render(Entity entity, float float2, float float3, float float4, float float5, float float6, float scale) voidMagmaCubeEntityModel.render(Entity entity, float float2, float float3, float float4, float float5, float float6, float scale) voidMinecartEntityModel.render(Entity entity, float float2, float float3, float float4, float float5, float float6, float scale) voidOcelotEntityModel.render(Entity entity, float float2, float float3, float float4, float float5, float float6, float scale) voidPlayerEntityModel.render(Entity entity, float float2, float float3, float float4, float float5, float float6, float scale) voidQuadruPedEntityModel.render(Entity entity, float float2, float float3, float float4, float float5, float float6, float scale) voidRabbitEntityModel.render(Entity entity, float float2, float float3, float float4, float float5, float float6, float scale) voidSilverfishEntityModel.render(Entity entity, float float2, float float3, float float4, float float5, float float6, float scale) voidSkullEntityModel.render(Entity entity, float float2, float float3, float float4, float float5, float float6, float scale) voidSkullOverlayEntityModel.render(Entity entity, float float2, float float3, float float4, float float5, float float6, float scale) voidSlimeEntityModel.render(Entity entity, float float2, float float3, float float4, float float5, float float6, float scale) voidSnowmanEntityModel.render(Entity entity, float float2, float float3, float float4, float float5, float float6, float scale) voidSpiderEntityModel.render(Entity entity, float float2, float float3, float float4, float float5, float float6, float scale) voidSquidEntityModel.render(Entity entity, float float2, float float3, float float4, float float5, float float6, float scale) voidVillagerEntityModel.render(Entity entity, float float2, float float3, float float4, float float5, float float6, float scale) voidWitherEntityRenderer.render(Entity entity, float float2, float float3, float float4, float float5, float float6, float scale) voidWolfEntityModel.render(Entity entity, float float2, float float3, float float4, float float5, float float6, float scale) voidAbstractZombieModel.setAngles(float float2, float float3, float float4, float float5, float float6, float float7, Entity entity) voidArmorStandArmorEntityModel.setAngles(float float2, float float3, float float4, float float5, float float6, float float7, Entity entity) voidArmorStandEntityModel.setAngles(float float2, float float3, float float4, float float5, float float6, float float7, Entity entity) voidBatEntityModel.setAngles(float float2, float float3, float float4, float float5, float float6, float float7, Entity entity) voidBiPedModel.setAngles(float float2, float float3, float float4, float float5, float float6, float float7, Entity entity) voidBlazeEntityModel.setAngles(float float2, float float3, float float4, float float5, float float6, float float7, Entity entity) voidBookModel.setAngles(float float2, float float3, float float4, float float5, float float6, float float7, Entity entity) voidChickenEntityModel.setAngles(float float2, float float3, float float4, float float5, float float6, float float7, Entity entity) voidCreeperEntityModel.setAngles(float float2, float float3, float float4, float float5, float float6, float float7, Entity entity) voidEndermanEntityModel.setAngles(float float2, float float3, float float4, float float5, float float6, float float7, Entity entity) voidEndermiteEntityModel.setAngles(float float2, float float3, float float4, float float5, float float6, float float7, Entity entity) voidEntityModel.setAngles(float float2, float float3, float float4, float float5, float float6, float float7, Entity entity) voidGhastEntityRenderer.setAngles(float float2, float float3, float float4, float float5, float float6, float float7, Entity entity) voidGuardianEntityModel.setAngles(float float2, float float3, float float4, float float5, float float6, float float7, Entity entity) voidIronGolemEntityModel.setAngles(float float2, float float3, float float4, float float5, float float6, float float7, Entity entity) voidLeashEntityModel.setAngles(float float2, float float3, float float4, float float5, float float6, float float7, Entity entity) voidOcelotEntityModel.setAngles(float float2, float float3, float float4, float float5, float float6, float float7, Entity entity) voidPlayerEntityModel.setAngles(float float2, float float3, float float4, float float5, float float6, float float7, Entity entity) voidQuadruPedEntityModel.setAngles(float float2, float float3, float float4, float float5, float float6, float float7, Entity entity) voidRabbitEntityModel.setAngles(float float2, float float3, float float4, float float5, float float6, float float7, Entity entity) voidSheepEntityModel.setAngles(float float2, float float3, float float4, float float5, float float6, float float7, Entity entity) voidSheepWoolEntityModel.setAngles(float float2, float float3, float float4, float float5, float float6, float float7, Entity entity) voidSilverfishEntityModel.setAngles(float float2, float float3, float float4, float float5, float float6, float float7, Entity entity) voidSkeletonEntityModel.setAngles(float float2, float float3, float float4, float float5, float float6, float float7, Entity entity) voidSkullEntityModel.setAngles(float float2, float float3, float float4, float float5, float float6, float float7, Entity entity) voidSkullOverlayEntityModel.setAngles(float float2, float float3, float float4, float float5, float float6, float float7, Entity entity) voidSnowmanEntityModel.setAngles(float float2, float float3, float float4, float float5, float float6, float float7, Entity entity) voidSpiderEntityModel.setAngles(float float2, float float3, float float4, float float5, float float6, float float7, Entity entity) voidSquidEntityModel.setAngles(float float2, float float3, float float4, float float5, float float6, float float7, Entity entity) voidVillagerEntityModel.setAngles(float float2, float float3, float float4, float float5, float float6, float float7, Entity entity) voidWitchEntityModel.setAngles(float float2, float float3, float float4, float float5, float float6, float float7, Entity entity) voidWitherEntityRenderer.setAngles(float float2, float float3, float float4, float float5, float float6, float float7, Entity entity) voidWolfEntityModel.setAngles(float float2, float float3, float float4, float float5, float float6, float float7, Entity entity) void -
Uses of Entity in net.minecraft.client.world
Methods in net.minecraft.client.world that return EntityModifier and TypeMethodDescriptionClientWorld.getEntityById(int id) ClientWorld.removeEntity(int int2) Methods in net.minecraft.client.world with parameters of type EntityModifier and TypeMethodDescriptionvoidprotected voidClientWorld.onEntityRemoved(Entity entity) protected voidClientWorld.onEntitySpawned(Entity entity) voidClientWorld.removeEntity(Entity entity) booleanClientWorld.spawnEntity(Entity entity) -
Uses of Entity in net.minecraft.command
Methods in net.minecraft.command that return Entity -
Uses of Entity in net.minecraft.enchantment
Fields in net.minecraft.enchantment declared as EntityMethods in net.minecraft.enchantment with parameters of type EntityModifier and TypeMethodDescriptionstatic doubleProtectionEnchantment.method_4658(Entity entity, double double2) static intProtectionEnchantment.method_4659(Entity entity, int int2) static intEnchantmentHelper.method_8449(Entity rntity) static intEnchantmentHelper.method_8450(Entity entity) voidDamageEnchantment.onDamage(LivingEntity livingEntity, Entity entity, int power) voidEnchantment.onDamage(LivingEntity livingEntity, Entity entity, int power) voidEnchantment.onDamaged(LivingEntity livingEntity, Entity entity, int power) voidThornsEnchantment.onDamaged(LivingEntity livingEntity, Entity entity, int power) static voidEnchantmentHelper.onTargetDamaged(LivingEntity user, Entity attacker) static voidEnchantmentHelper.onUserDamaged(LivingEntity user, Entity attacker) -
Uses of Entity in net.minecraft.entity
Subclasses of Entity in net.minecraft.entityModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassFields in net.minecraft.entity declared as EntityModifier and TypeFieldDescriptionprivate EntityTrackedEntityInstance.field_2880Entity.riderTrackedEntityInstance.trackedEntityEntity.vehicleMethods in net.minecraft.entity that return EntityModifier and TypeMethodDescriptionstatic EntityEntityType.createInstanceFromName(String name, World world) static EntityEntityType.createInstanceFromNbt(NbtCompound nbt, World world) static EntityEntityType.createInstanceFromRawId(int id, World world) Entity.getEntity()Tameable.getOwner()Entity[]Entity.getParts()Methods in net.minecraft.entity with parameters of type EntityModifier and TypeMethodDescriptionbooleanbooleanvoidEntity.copyPortalInfo(Entity original) voidEntity.copyPosition(Entity original) protected voidEntity.dealDamage(LivingEntity attacker, Entity target) floatEntity.distanceTo(Entity entity) static booleanstatic StringEntityType.getEntityName(Entity entity) Entity.getHardCollisionBox(Entity collidingEntity) static intEntityType.getIdByEntity(Entity entity) booleanEntity.handleAttack(Entity attacker) booleanvoidEntity.method_10965(Entity entity) voidEntityTracker.method_2101(Entity entity) booleanPortalTeleporter.method_3803(Entity entity) voidLivingEntity.method_6109(Entity entity, float float2, double double2, double double3) voidLivingEntity.method_6150(Entity entity) voidLivingEntity.method_6152(Entity entity) voidPortalTeleporter.method_8583(Entity entity, float float2) booleanPortalTeleporter.method_8584(Entity entity, float float2) protected voidvoidEntity.pushAwayFrom(Entity entity) voidLivingEntity.sendPickup(Entity entity, int count) voidEntityTracker.sendToAllTrackingEntities(Entity entity, Packet packet) voidEntityTracker.sendToOtherTrackingEntities(Entity entity, Packet packet) doubleEntity.squaredDistanceTo(Entity entity) voidEntity.startRiding(Entity entity) voidLivingEntity.startRiding(Entity entity) voidEntityTracker.startTracking(Entity entity) voidEntityTracker.startTracking(Entity entity, int int2, int int3) voidEntityTracker.startTracking(Entity entity, int int2, int int3, boolean bool) booleanvoidEntity.updateKilledAdvancementCriterion(Entity entity, int score) Constructors in net.minecraft.entity with parameters of type EntityModifierConstructorDescriptionTrackedEntityInstance(Entity trackedEntity, int trackedDistance, int tracingFrequency, boolean trackVelocity) -
Uses of Entity in net.minecraft.entity.ai.control
Methods in net.minecraft.entity.ai.control with parameters of type Entity -
Uses of Entity in net.minecraft.entity.ai.goal
Fields in net.minecraft.entity.ai.goal declared as EntityModifier and TypeFieldDescriptionprivate final Entityclass_929.field_3631protected EntityLookAtEntityGoal.targetprotected EntityFleeEntityGoal.targetEntityMethods in net.minecraft.entity.ai.goal with parameters of type EntityConstructors in net.minecraft.entity.ai.goal with parameters of type Entity -
Uses of Entity in net.minecraft.entity.ai.pathing
Methods in net.minecraft.entity.ai.pathing with parameters of type EntityModifier and TypeMethodDescriptionEntityNavigation.findPathTo(Entity entity) SpiderNavigation.findPathTo(Entity entity) private PathPathNodeNavigator.findPathToAny(Entity entity, PathNode startNode, PathNode endNode, float maxDistance) private PathPathNodeNavigator.findPathToAny(BlockView world, Entity entity, double x, double y, double z, float maxDistance) PathNodeNavigator.findPathToAny(BlockView world, Entity entity, Entity target, float maxDistance) PathNodeNavigator.findPathToAny(BlockView world, Entity entity, BlockPos pos, float maxDistance) Path.getCurrentPosition(Entity entity) abstract PathNodeprivate PathNodeWaterPathNodeMaker.getNodeInWater(Entity entity, int x, int y, int z) Path.getNodePosition(Entity entity, int index) private intLandPathNodeMaker.getNodeType(Entity entity, int x, int y, int z) static intLandPathNodeMaker.getNodeType(BlockView blockView, Entity entity, int x, int y, int z, int sizeX, int sizeY, int sizeZ, boolean bool, boolean canOpenDoors, boolean canEnterOpenDoors) private intWaterPathNodeMaker.getNodeType(Entity entity, int x, int y, int z) private PathNodeLandPathNodeMaker.getPathNode(Entity entity, int x, int y, int z, int maxYStep) abstract PathNodeintLandPathNodeMaker.getSuccessors(PathNode[] nodes, Entity entity, PathNode currentNode, PathNode endNode, float maxDistance) abstract intPathNodeMaker.getSuccessors(PathNode[] nodes, Entity entity, PathNode currentNode, PathNode endNode, float maxDistance) intWaterPathNodeMaker.getSuccessors(PathNode[] nodes, Entity entity, PathNode currentNode, PathNode endNode, float maxDistance) voidvoidvoidbooleanEntityNavigation.startMovingTo(Entity entity, double speed) booleanSpiderNavigation.startMovingTo(Entity entity, double speed) -
Uses of Entity in net.minecraft.entity.boss
Subclasses of Entity in net.minecraft.entity.bossMethods in net.minecraft.entity.boss with parameters of type Entity -
Uses of Entity in net.minecraft.entity.boss.dragon
Subclasses of Entity in net.minecraft.entity.boss.dragonFields in net.minecraft.entity.boss.dragon declared as EntityMethods in net.minecraft.entity.boss.dragon that return EntityMethods in net.minecraft.entity.boss.dragon with parameters of type Entity -
Uses of Entity in net.minecraft.entity.damage
Fields in net.minecraft.entity.damage declared as EntityModifier and TypeFieldDescriptionprivate EntityProjectileDamageSource.attackerprotected EntityEntityDamageSource.sourceMethods in net.minecraft.entity.damage that return EntityModifier and TypeMethodDescriptionDamageSource.getAttacker()EntityDamageSource.getAttacker()ProjectileDamageSource.getAttacker()DamageSource.getSource()ProjectileDamageSource.getSource()Methods in net.minecraft.entity.damage with parameters of type EntityModifier and TypeMethodDescriptionstatic DamageSourceDamageSource.arrow(AbstractArrowEntity arrow, Entity attacker) static DamageSourceDamageSource.fire(ExplosiveProjectileEntity projectile, Entity attacker) static DamageSourcestatic DamageSourcestatic DamageSourceDamageSource.thrownProjectile(Entity projectile, Entity attacker) Constructors in net.minecraft.entity.damage with parameters of type EntityModifierConstructorDescriptionEntityDamageSource(String name, Entity source) ProjectileDamageSource(String name, Entity projectile, Entity attacker) -
Uses of Entity in net.minecraft.entity.data
Fields in net.minecraft.entity.data declared as EntityConstructors in net.minecraft.entity.data with parameters of type Entity -
Uses of Entity in net.minecraft.entity.decoration
Subclasses of Entity in net.minecraft.entity.decorationModifier and TypeClassDescriptionclassclassclassclassMethods in net.minecraft.entity.decoration with parameters of type EntityModifier and TypeMethodDescriptionvoidItemFrameEntity.dropHeldStack(Entity entity, boolean alwaysDrop) booleanAbstractDecorationEntity.handleAttack(Entity attacker) abstract voidvoidvoidprotected void -
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.effect
Methods in net.minecraft.entity.effect with parameters of type EntityModifier and TypeMethodDescriptionvoidStatusEffect.method_6088(Entity entity, Entity entity2, LivingEntity livingEntity, int int2, double double2) -
Uses of Entity in net.minecraft.entity.mob
Subclasses of Entity in net.minecraft.entity.mobModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassFields in net.minecraft.entity.mob declared as EntityMethods in net.minecraft.entity.mob that return EntityMethods in net.minecraft.entity.mob with parameters of type EntityModifier and TypeMethodDescriptionvoidMobEntity.attachLeash(Entity entity, boolean bool) booleanvoidMobEntity.lookAtEntity(Entity targetEntity, float maxYawChange, float maxPitchChange) private voidZombiePigmanEntity.method_3088(Entity entity) voidSlimeEntity.pushAwayFrom(Entity entity) protected booleanEndermanEntity.teleportTo(Entity entity) booleanbooleanbooleanbooleanboolean -
Uses of Entity in net.minecraft.entity.passive
Subclasses of Entity in net.minecraft.entity.passiveModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassMethods in net.minecraft.entity.passive with parameters of type EntityModifier and TypeMethodDescriptionprotected HorseBaseEntityHorseBaseEntity.method_6231(Entity entity, double double2) private voidHorseBaseEntity.method_6232(Entity entity, AnimalInventory animalInventory) protected voidprotected voidbooleanbooleanbooleanboolean -
Uses of Entity in net.minecraft.entity.player
Subclasses of Entity in net.minecraft.entity.playerModifier and TypeClassDescriptionclassLocal client player entityclassClient player entity used by incoming mp playersclassclassFields in net.minecraft.entity.player declared as EntityMethods in net.minecraft.entity.player that return EntityMethods in net.minecraft.entity.player with parameters of type EntityModifier and TypeMethodDescriptionvoidClientPlayerEntity.addCritParticles(Entity target) voidPlayerEntity.addCritParticles(Entity target) voidServerPlayerEntity.addCritParticles(Entity target) voidClientPlayerEntity.addEnchantedHitParticles(Entity target) voidPlayerEntity.addEnchantedHitParticles(Entity target) voidServerPlayerEntity.addEnchantedHitParticles(Entity target) private voidPlayerEntity.collideWithEntity(Entity entity) voidServerPlayerEntity.method_10763(Entity entity) private CollectionPlayerEntity.method_11247(Entity entity) booleanPlayerEntity.method_3215(Entity entity) voidPlayerEntity.method_3216(Entity entity) voidServerPlayerEntity.method_3216(Entity entity) voidServerPlayerEntity.sendPickup(Entity entity, int count) voidClientPlayerEntity.startRiding(Entity entity) voidServerPlayerEntity.startRiding(Entity entity) voidServerPlayerEntity.stopTracking(Entity entity) voidPlayerEntity.updateKilledAdvancementCriterion(Entity entity, int score) -
Uses of Entity in net.minecraft.entity.projectile
Subclasses of Entity in net.minecraft.entity.projectileModifier and TypeClassDescriptionclassclassclassclassclassclassFields in net.minecraft.entity.projectile declared as Entity -
Uses of Entity in net.minecraft.entity.thrown
Subclasses of Entity in net.minecraft.entity.thrownModifier and TypeClassDescriptionclassclassclassclassclassclassclass -
Uses of Entity in net.minecraft.entity.vehicle
Subclasses of Entity in net.minecraft.entity.vehicleModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassMethods in net.minecraft.entity.vehicle with parameters of type EntityModifier and TypeMethodDescriptionAbstractMinecartEntity.getHardCollisionBox(Entity collidingEntity) BoatEntity.getHardCollisionBox(Entity collidingEntity) voidAbstractMinecartEntity.pushAwayFrom(Entity entity) -
Uses of Entity in net.minecraft.item
Methods in net.minecraft.item that return EntityModifier and TypeMethodDescriptionstatic EntitySpawnEggItem.method_4628(World world, int int2, double double2, double double3, double double4) Methods in net.minecraft.item with parameters of type EntityModifier and TypeMethodDescriptionvoidFilledMapItem.inventoryTick(ItemStack stack, World world, Entity entity, int slot, boolean selected) Runs every tick when the item is in an inventory.voidItem.inventoryTick(ItemStack stack, World world, Entity entity, int slot, boolean selected) Runs every tick when the item is in an inventory.voidItemStack.inventoryTick(World world, Entity entity, int slot, boolean selected) voidFilledMapItem.updateColors(World world, Entity entity, MapState state) -
Uses of Entity in net.minecraft.network.packet.c2s.play
Methods in net.minecraft.network.packet.c2s.play that return EntityConstructors in net.minecraft.network.packet.c2s.play with parameters of type EntityModifierConstructorDescriptionClientCommandC2SPacket(Entity entity, class_2590 class_2590) ClientCommandC2SPacket(Entity entity, class_2590 class_2590, int int2) PlayerInteractEntityC2SPacket(Entity entity, class_2062 class_2062) PlayerInteractEntityC2SPacket(Entity entity, Vec3d hitPosition) -
Uses of Entity in net.minecraft.network.packet.s2c.play
Methods in net.minecraft.network.packet.s2c.play that return EntityModifier and TypeMethodDescriptionConstructors in net.minecraft.network.packet.s2c.play with parameters of type EntityModifierConstructorDescriptionEntityAnimationS2CPacket(Entity entity, int animationId) EntityAttachS2CPacket(int attachedId, Entity entity, Entity attached) EntityPositionS2CPacket(Entity entity) EntitySetHeadYawS2CPacket(Entity entity, byte headYaw) EntitySpawnGlobalS2CPacket(Entity entity) EntitySpawnS2CPacket(Entity entity, int type) EntitySpawnS2CPacket(Entity entity, int type, int dataId) EntityStatusS2CPacket(Entity entity, byte status) EntityVelocityUpdateS2CPacket(Entity entity) SetCameraEntityS2CPacket(Entity entity) -
Uses of Entity in net.minecraft.server
Methods in net.minecraft.server that return EntityMethods in net.minecraft.server with parameters of type EntityModifier and TypeMethodDescriptionvoidPlayerManager.method_4399(Entity entity, int int2, ServerWorld serverWorld, ServerWorld serverWorld2) -
Uses of Entity in net.minecraft.server.command
Methods in net.minecraft.server.command that return Entity -
Uses of Entity in net.minecraft.server.world
Methods in net.minecraft.server.world that return EntityMethods in net.minecraft.server.world with parameters of type EntityModifier and TypeMethodDescriptionbooleanvoidServerWorld.checkChunk(Entity entity, boolean bl) ServerWorld.createExplosion(Entity entity, double x, double y, double z, float power, boolean createFire, boolean destructive) protected voidServerWorld.onEntityRemoved(Entity entity) voidServerWorldManager.onEntityRemoved(Entity entity) protected voidServerWorld.onEntitySpawned(Entity entity) voidServerWorldManager.onEntitySpawned(Entity entity) voidServerWorld.sendEntityStatus(Entity entity, byte status) -
Uses of Entity in net.minecraft.util
Methods in net.minecraft.util that return EntityModifier and TypeMethodDescriptionstatic EntityPlayerSelector.selectEntity(CommandSource source, String string, Class entityClass) Methods in net.minecraft.util with parameters of type 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 EntityModifierConstructorDescriptionBlockHitResult(Entity entity) BlockHitResult(Entity entity, Vec3d pos) -
Uses of Entity in net.minecraft.util.math
Constructors in net.minecraft.util.math with parameters of type Entity -
Uses of Entity in net.minecraft.world
Methods in net.minecraft.world that return EntityModifier and TypeMethodDescriptionWorld.getEntitiesByClass(Class entityClass, Box box, Entity except) World.getEntityById(int id) Methods in net.minecraft.world with parameters of type EntityModifier and TypeMethodDescriptionbooleanbooleanWorld.canBlockBePlaced(Block block, BlockPos pos, boolean bool, Direction direction, Entity entity, ItemStack item) voidWorld.checkChunk(Entity entity, boolean bl) World.createExplosion(Entity entity, double x, double y, double z, float power, boolean destructive) World.createExplosion(Entity entity, double x, double y, double z, float power, boolean createFire, boolean destructive) World.doesBoxCollide(Entity entity, Box box) World.getClosestPlayer(Entity entity, double maxDistance) World.getEntitiesByClass(Class entityClass, Box box, Entity except) World.getEntitiesIn(Entity entity, Box box) World.getEntitiesIn(Entity entity, Box box, Predicate predicate) booleanWorld.hasEntityIn(Box box, Entity exclusion) booleanWorld.isInsideWorld(WorldBorder border, Entity entity) voidWorld.loadEntity(Entity entity) booleanWorld.method_3610(Box box, Material material, Entity entity) World.method_3631(Entity entity, float float2) voidWorld.method_3700(Entity entity) voidWorld.method_3705(Entity entity) protected voidWorld.onEntityRemoved(Entity entity) voidWorldEventListener.onEntityRemoved(Entity entity) protected voidWorld.onEntitySpawned(Entity entity) voidWorldEventListener.onEntitySpawned(Entity entity) voidvoidWorld.removeEntity(Entity entity) voidWorld.sendEntityStatus(Entity entity, byte status) booleanWorld.spawnEntity(Entity entity) -
Uses of Entity in net.minecraft.world.border
Methods in net.minecraft.world.border with parameters of type Entity -
Uses of Entity in net.minecraft.world.chunk
Methods in net.minecraft.world.chunk with parameters of type EntityModifier and TypeMethodDescriptionvoidvoidvoidChunk.method_9141(Entity entity, Box box, List list, Predicate pred) voidEmptyChunk.method_9141(Entity entity, Box box, List list, Predicate pred) voidChunk.removeEntity(Entity entity) voidChunk.removeEntity(Entity entity, int index) voidEmptyChunk.removeEntity(Entity entity) voidEmptyChunk.removeEntity(Entity entity, int index) -
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 EntityModifierConstructorDescriptionExplosion(World world, Entity entity, double x, double y, double z, float power, boolean createFire, boolean destructive) Explosion(World world, Entity entity, double x, double y, double z, float power, boolean createFire, boolean destructive, List affectedBlocks) Explosion(World world, Entity entity, double x, double y, double z, float power, List affectedBlocks)