Uses of Class
net.minecraft.entity.Entity
Packages that use Entity
Package
Description
-
Uses of Entity in net.minecraft
Subclasses of Entity in net.minecraftFields in net.minecraft declared as EntityModifier and TypeFieldDescriptionprivate final Entityclass_2782.field_13191private Entityclass_2782.class_2783.field_13198Fields in net.minecraft with type parameters of type EntityMethods in net.minecraft that return EntityModifier and TypeMethodDescriptionclass_3136.getPrimaryPassenger()class_2782.method_11986()class_2782.method_11988(class_2782.class_2784 class_2784) class_2782.method_11989()class_2782.method_11991()Methods in net.minecraft with parameters of type EntityModifier and TypeMethodDescriptionclass_2782.class_2783.method_11997(Entity entity) protected booleanclass_2814.method_12070(Entity entity, Scoreboard scoreboard, String string, class_2789 class_2789) booleanclass_2829.method_12102(Random random, Entity entity) booleanclass_2831.method_12102(Random random, Entity entity) voidclass_3022.method_1283(BufferBuilder builder, Entity entity, float float2, float float3, float float4, float float5, float float6, float float7) booleanclass_3010.method_13315(BlockState blockState, Entity entity) private static voidclass_3029.method_13463(Entity entity, AbstractCommand.Coordinate coordinate, AbstractCommand.Coordinate coordinate2, AbstractCommand.Coordinate coordinate3, AbstractCommand.Coordinate coordinate4, AbstractCommand.Coordinate coordinate5) protected class_3136class_3136.method_13969(Entity entity, double double2) static BlockStateclass_321.method_9371(World world, Entity entity, float float2) static Vec3dclass_321.method_9372(Entity entity, double delta) voidclass_3010.onSteppedOn(World world, BlockPos pos, Entity entity) Runs every time an entity steps on the Block.voidclass_3021.render(Entity entity, float float2, float float3, float float4, float float5, float float6, float scale) voidclass_3085.render(Entity entity, float float2, float float3, float float4, float float5, float float6, float scale) voidclass_3086.render(Entity entity, float float2, float float3, float float4, float float5, float float6, float scale) voidclass_3087.render(Entity entity, float float2, float float3, float float4, float float5, float float6, float scale) voidclass_3088.render(Entity entity, float float2, float float3, float float4, float float5, float float6, float scale) voidclass_3089.render(Entity entity, float float2, float float3, float float4, float float5, float float6, float scale) voidclass_3090.render(Entity entity, float float2, float float3, float float4, float float5, float float6, float scale) voidclass_3091.render(Entity entity, float float2, float float3, float float4, float float5, float float6, float scale) voidclass_3021.setAngles(float float2, float float3, float float4, float float5, float float6, float float7, Entity entity) voidclass_3086.setAngles(float float2, float float3, float float4, float float5, float float6, float float7, Entity entity) voidclass_3087.setAngles(float float2, float float3, float float4, float float5, float float6, float float7, Entity entity) voidclass_3090.setAngles(float float2, float float3, float float4, float float5, float float6, float float7, Entity entity) voidclass_3091.setAngles(float float2, float float3, float float4, float float5, float float6, float float7, Entity entity) voidclass_3136.updatePassengerPosition(Entity passenger) Constructors in net.minecraft with parameters of type EntityModifierConstructorDescriptionclass_2782(float float2, ServerWorld server, class_2787 class_2787, Entity entity, PlayerEntity playerEntity, DamageSource damageSource) class_2915(Entity entity) class_2916(Entity entity) class_2918(Entity entity) -
Uses of Entity in net.minecraft.block
Methods in net.minecraft.block with parameters of type EntityModifier and TypeMethodDescriptionvoidBaseBlockState.appendCollisionBoxes(World world, BlockPos pos, Box box, List<Box> boxes, Entity entity, boolean isActualState) voidBlock.appendCollisionBoxes(BlockState state, World world, BlockPos pos, Box entityBox, List<Box> boxes, Entity entity, boolean isActualState) Deprecated.voidBrewingStandBlock.appendCollisionBoxes(BlockState state, World world, BlockPos pos, Box entityBox, List<Box> boxes, Entity entity, boolean isActualState) voidCauldronBlock.appendCollisionBoxes(BlockState state, World world, BlockPos pos, Box entityBox, List<Box> boxes, Entity entity, boolean isActualState) voidChorusPlantBlock.appendCollisionBoxes(BlockState state, World world, BlockPos pos, Box entityBox, List<Box> boxes, Entity entity, boolean isActualState) voidEndPortalBlock.appendCollisionBoxes(BlockState state, World world, BlockPos pos, Box entityBox, List<Box> boxes, Entity entity, boolean isActualState) voidEndPortalFrameBlock.appendCollisionBoxes(BlockState state, World world, BlockPos pos, Box entityBox, List<Box> boxes, Entity entity, boolean isActualState) voidFenceBlock.appendCollisionBoxes(BlockState state, World world, BlockPos pos, Box entityBox, List<Box> boxes, Entity entity, boolean isActualState) voidHopperBlock.appendCollisionBoxes(BlockState state, World world, BlockPos pos, Box entityBox, List<Box> boxes, Entity entity, boolean isActualState) voidLilyPadBlock.appendCollisionBoxes(BlockState state, World world, BlockPos pos, Box entityBox, List<Box> boxes, Entity entity, boolean isActualState) voidPaneBlock.appendCollisionBoxes(BlockState state, World world, BlockPos pos, Box entityBox, List<Box> boxes, Entity entity, boolean isActualState) voidPistonBlock.appendCollisionBoxes(BlockState state, World world, BlockPos pos, Box entityBox, List<Box> boxes, Entity entity, boolean isActualState) voidPistonExtensionBlock.appendCollisionBoxes(BlockState state, World world, BlockPos pos, Box entityBox, List<Box> boxes, Entity entity, boolean isActualState) voidPistonHeadBlock.appendCollisionBoxes(BlockState state, World world, BlockPos pos, Box entityBox, List<Box> boxes, Entity entity, boolean isActualState) voidStairsBlock.appendCollisionBoxes(BlockState state, World world, BlockPos pos, Box entityBox, List<Box> boxes, Entity entity, boolean isActualState) voidWallBlock.appendCollisionBoxes(BlockState state, World world, BlockPos pos, Box entityBox, List<Box> boxes, Entity entity, boolean isActualState) 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.booleanBlock.method_13315(BlockState blockState, Entity entity) Deprecated.booleanBaseBlockState.method_13361(Entity entity) 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 blockvoidLilyPadBlock.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.voidHayBlock.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 EntityMethods in net.minecraft.block.entity with parameters of type EntityModifier and TypeMethodDescriptionvoidEndGatewayBlockEntity.method_11690(Entity entity) voidPistonBlockEntity.method_13749(World world, BlockPos blockPos, Box box, List<Box> list, Entity entity) private voidPistonBlockEntity.method_13754(Entity entity, Direction direction, double double2) -
Uses of Entity in net.minecraft.client
Fields 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_2854.method_12226(Entity entity, float float2, float float3, float float4, float float5, float float6, float float7) voidclass_2856.method_1283(BufferBuilder builder, Entity entity, float float2, float float3, float float4, float float5, float float6, float float7) voidclass_2859.method_1283(BufferBuilder builder, Entity entity, float float2, float float3, float float4, float float5, float float6, float float7) voidclass_2849.render(Entity entity, float float2, float float3, float float4, float float5, float float6, float scale) voidclass_2852.render(Entity entity, float float2, float float3, float float4, float float5, float float6, float scale) voidclass_2853.render(Entity entity, float float2, float float3, float float4, float float5, float float6, float scale) voidclass_2855.render(Entity entity, float float2, float float3, float float4, float float5, float float6, float scale) voidclass_2849.setAngles(float float2, float float3, float float4, float float5, float float6, float float7, Entity entity) voidclass_2852.setAngles(float float2, float float3, float float4, float float5, float float6, float float7, Entity entity) voidclass_2853.setAngles(float float2, float float3, float float4, float float5, float float6, float float7, Entity entity) 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) ClientPlayerInteractionManager.method_12235(PlayerEntity playerEntity, Entity entity, Hand hand) ClientPlayerInteractionManager.method_12236(PlayerEntity playerEntity, Entity entity, BlockHitResult blockHitResult, Hand hand) -
Uses of Entity in net.minecraft.client.particle
Fields in net.minecraft.client.particle declared as EntityModifier and TypeFieldDescriptionprivate final EntityEmitterParticle.entityprivate final EntityItemPickupParticle.field_1747private final 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) voidFireworksSparkParticle.Explosion.method_1283(BufferBuilder builder, Entity entity, float float2, float float3, float float4, float float5, float float6, float float7) voidFireworksSparkParticle.FireworkParticle.method_1283(BufferBuilder builder, Entity entity, float float2, float float3, float float4, float float5, float float6, float float7) voidFireworksSparkParticle.Flash.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) voidParticleManager.method_1296(Entity entity, float float2) voidParticleManager.method_1299(Entity entity, float float2) voidParticleManager.method_13843(Entity entity, ParticleType particleType, int int2) Constructors in net.minecraft.client.particle with parameters of type EntityModifierConstructorDescriptionEmitterParticle(World world, Entity entity, ParticleType types) EmitterParticle(World world, Entity entity, ParticleType particleType, int int2) 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 TypeMethodDescriptionprivate booleanWorldRenderer.method_12337(Entity entity, Entity entity2, CameraView cameraView) intWorldRenderer.method_9894(BlockRenderLayer blockRenderLayer, double double2, int int2, Entity entity) voidWorldRenderer.method_9899(Tessellator tessellator, BufferBuilder bufferBuilder, Entity entity, float float2) protected org.lwjgl.util.vector.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.method_1629(World world, TextureManager textureManager, TextRenderer textRenderer, Entity entity, BlockHitResult blockHitResult, float float2) -
Uses of Entity in net.minecraft.client.render.entity
Classes in net.minecraft.client.render.entity with type parameters of type EntityModifier and TypeClassDescriptionclassEntityRenderer<T extends Entity>classFlyingItemEntityRenderer<T extends Entity>Fields in net.minecraft.client.render.entity declared as EntityModifier and TypeFieldDescriptionEntityRenderDispatcher.field_11098EntityRenderDispatcher.field_7998Fields in net.minecraft.client.render.entity with type parameters of type EntityModifier and TypeFieldDescriptionprivate final Map<Class<? extends Entity>,EntityRenderer<? extends Entity>> EntityRenderDispatcher.renderersprivate final Map<Class<? extends Entity>,EntityRenderer<? extends Entity>> EntityRenderDispatcher.renderersMethods in net.minecraft.client.render.entity with type parameters of type EntityModifier and TypeMethodDescription<T extends Entity>
EntityRenderer<T>EntityRenderDispatcher.getRenderer(Class<? extends Entity> clazz) <T extends Entity>
EntityRenderer<T>EntityRenderDispatcher.getRenderer(Entity entity) Methods in net.minecraft.client.render.entity with parameters of type EntityModifier and TypeMethodDescription<T extends Entity>
EntityRenderer<T>EntityRenderDispatcher.getRenderer(Entity entity) protected IdentifierAreaEffectCloudEntityRenderer.getTexture(Entity entity) protected IdentifierFlyingItemEntityRenderer.getTexture(Entity entity) 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_12446(Entity entity, double double2, double double3, double double4, float float2, float float3, boolean bool) voidEntityRenderDispatcher.method_12447(Entity entity, float float2) voidEntityRenderDispatcher.method_12448(Entity entity, float float2, boolean bool) booleanEntityRenderDispatcher.method_12449(Entity entity) 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) voidAreaEffectCloudEntityRenderer.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) private voidEntityRenderer.renderShadow(Entity entity, double x, double y, double z, float float2, float tickDelta) Method parameters in net.minecraft.client.render.entity with type arguments of type EntityModifier and TypeMethodDescription<T extends Entity>
EntityRenderer<T>EntityRenderDispatcher.getRenderer(Class<? extends Entity> clazz) -
Uses of Entity in net.minecraft.client.render.entity.model
Methods in net.minecraft.client.render.entity.model with parameters of type EntityModifier and TypeMethodDescriptionprotected HandOptionBiPedModel.method_12222(Entity entity) voidBoatEntityModel.method_12226(Entity entity, float float2, float float3, float float4, float float5, float float6, float float7) voidArmorStandEntityModel.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
Fields in net.minecraft.client.world with type parameters of type EntityMethods 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 with type parameters of type EntityModifier and TypeMethodDescriptionstatic <T extends Entity>
TAbstractCommand.method_12702(MinecraftServer minecraftServer, CommandSource commandSource, String string, Class<? extends T> class2) Methods in net.minecraft.command that return EntityModifier and TypeMethodDescriptionCommandSource.getEntity()static EntityAbstractCommand.method_10711(MinecraftServer minecraftServer, CommandSource commandSource, String string) Methods in net.minecraft.command that return types with arguments of type EntityModifier and TypeMethodDescriptionAbstractCommand.method_12704(MinecraftServer minecraftServer, CommandSource commandSource, String string) Methods in net.minecraft.command with parameters of type EntityModifier and TypeMethodDescriptionprotected static NbtCompoundAbstractCommand.getEntityNbt(Entity entity) -
Uses of Entity in net.minecraft.enchantment
Fields in net.minecraft.enchantment declared as EntityModifier and TypeFieldDescriptionEnchantmentHelper.OnAttackedWith.attackedEntityEnchantmentHelper.OnDamagedWith.attackedEntityMethods in net.minecraft.enchantment with parameters of type EntityModifier and TypeMethodDescriptionvoidDamageEnchantment.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 TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassFields in net.minecraft.entity declared as EntityModifier and TypeFieldDescriptionprivate EntityEntity.mountprivate EntityShulkerBulletEntity.targetprivate final EntityTrackedEntityInstance.trackedEntityFields in net.minecraft.entity with type parameters of type EntityModifier and TypeFieldDescriptionAreaEffectCloudEntity.affectedEntitiesTrackedEntityInstance.field_13862VindicationIllagerEntity.field_15073Entity.passengerListstatic final SimpleRegistry<Identifier,Class<? extends Entity>> EntityType.REGISTRYMethods in net.minecraft.entity with type parameters of type EntityModifier and TypeMethodDescription<T extends Entity>
Collection<T>Entity.getPassengersDeep(Class<T> type) private <T extends Entity>
voidEntity.getPassengersDeep(Class<T> type, Set<T> set) Methods in net.minecraft.entity that return EntityModifier and TypeMethodDescriptionEntity.changeDimension(int newDimension) ItemEntity.changeDimension(int newDimension) static EntityEntityType.createInstanceFromClass(Class<? extends Entity> clazz, World world) static EntityEntityType.createInstanceFromId(Identifier id, World world) static EntityEntityType.createInstanceFromNbt(NbtCompound nbt, World world) static EntityEntityType.createInstanceFromRawId(int id, World world) Entity.getEntity()Tameable.getOwner()Entity[]Entity.getParts()Entity.getPrimaryPassenger()Entity.getRootVehicle()Gets the lowest entity this entity is riding.Entity.getVehicle()TrackedEntityInstance.method_12794()Methods in net.minecraft.entity that return types with arguments of type EntityModifier and TypeMethodDescriptionEntityType.getEntityById(int id) Entity.getPassengerList()Entity.getPassengersDeep()Methods in net.minecraft.entity with parameters of type EntityModifier and TypeMethodDescriptionprotected voidEntity.addPassenger(Entity passenger) protected booleanEntity.canAddPassenger(Entity passenger) booleanprotected booleanEntity.canStartRiding(Entity entity) private voidEntity.copyPortalInfo(Entity original) voidEntity.copyPosition(Entity original) protected voidEntity.dealDamage(LivingEntity attacker, Entity target) floatEntity.distanceTo(Entity entity) static StringEntityType.getEntityName(Entity entity) Entity.getHardCollisionBox(Entity collidingEntity) static IdentifierbooleanEntity.handleAttack(Entity attacker) booleanEntity.hasPassenger(Entity passenger) booleanEntity.hasPassengerDeep(Entity passenger) booleanEntity.isConnectedThroughVehicle(Entity entity) booleanbooleanEntity.isTeammate(Entity other) booleanEvocationIllagerEntity.isTeammate(Entity other) booleanVindicationIllagerEntity.isTeammate(Entity other) voidEntity.method_10965(Entity entity) static voidEntityTracker.method_12766(Entity entity, double double2, double double3, double double4) static booleanEntityType.method_13943(Entity entity, Identifier id) 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) voidEntity.onPassengerLookAround(Entity passenger) protected voidvoidEntity.pushAwayFrom(Entity entity) voidShulkerEntity.pushAwayFrom(Entity entity) protected voidEntity.removePassenger(Entity passenger) booleanvoidLivingEntity.sendPickup(Entity entity, int count) voidEntityTracker.sendToAllTrackingEntities(Entity entity, Packet<?> packet) voidEntityTracker.sendToOtherTrackingEntities(Entity entity, Packet<?> packet) doubleEntity.squaredDistanceTo(Entity entity) booleanEntity.startRiding(Entity entity, boolean force) voidEntityTracker.startTracking(Entity entity) voidEntityTracker.startTracking(Entity entity, int int2, int int3) voidEntityTracker.startTracking(Entity entity, int int2, int int3, boolean bool) booleanbooleanbooleanbooleanvoidEntity.updateKilledAdvancementCriterion(Entity entity, int score) voidEntity.updatePassengerPosition(Entity passenger) voidLlamaEntity.updatePassengerPosition(Entity passenger) Method parameters in net.minecraft.entity with type arguments of type EntityModifier and TypeMethodDescriptionstatic EntityEntityType.createInstanceFromClass(Class<? extends Entity> clazz, World world) static Identifierprivate static voidConstructors in net.minecraft.entity with parameters of type EntityModifierConstructorDescriptionShulkerBulletEntity(World world, LivingEntity owner, Entity target, Direction.Axis axis) TrackedEntityInstance(Entity entity, int int2, int int3, int int4, boolean bool) -
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
Classes in net.minecraft.entity.ai.goal with type parameters of type EntityFields in net.minecraft.entity.ai.goal declared as EntityModifier and TypeFieldDescriptionprivate final EntityFollowTargetGoal.DistanceComparator.entityprotected EntityLookAtEntityGoal.targetprotected TFleeEntityGoal.targetEntityFields in net.minecraft.entity.ai.goal with type parameters of type EntityModifier and TypeFieldDescriptionFleeEntityGoal.inclusionSelectorFindPlayerGoal.targetPredicateLookAtEntityGoal.targetTypeMethods in net.minecraft.entity.ai.goal with parameters of type EntityModifier and TypeMethodDescriptionintprivate BlockPosEscapeDangerGoal.method_13100(World world, Entity entity, int int2, int int3) Constructors in net.minecraft.entity.ai.goal with parameters of type EntityConstructor parameters in net.minecraft.entity.ai.goal with type arguments of type EntityModifierConstructorDescriptionLookAtEntityGoal(MobEntity mob, Class<? extends Entity> targetType, float range) LookAtEntityGoal(MobEntity mob, Class<? extends Entity> targetType, float range, float chance) StopAndLookAtEntityGoal(MobEntity mob, Class<? extends Entity> targetType, float range, float chance) -
Uses of Entity in net.minecraft.entity.ai.pathing
Methods in net.minecraft.entity.ai.pathing with parameters of type EntityModifier and TypeMethodDescriptionPathMinHeap.method_11928(Entity entity) PathMinHeap.method_11929(Entity entity, int int2) PathNodeNavigator.method_11941(BlockView blockView, MobEntity mobEntity, Entity entity, float float2) EntityNavigation.method_13109(Entity entity) MobNavigation.method_13109(Entity entity) SpiderNavigation.method_13109(Entity entity) booleanEntityNavigation.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.bossFields in net.minecraft.entity.boss with type parameters of type EntityMethods 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.dragonMethods in net.minecraft.entity.boss.dragon that return EntityMethods in net.minecraft.entity.boss.dragon with parameters of type EntityModifier and TypeMethodDescriptionprotected booleanEnderDragonEntity.canStartRiding(Entity entity) booleanMethod parameters in net.minecraft.entity.boss.dragon with type arguments of type EntityModifier and TypeMethodDescriptionprivate voidEnderDragonEntity.damageLivingEntities(List<Entity> entities) private voidEnderDragonEntity.launchLivingEntities(List<Entity> entities) -
Uses of Entity in net.minecraft.entity.damage
Fields in net.minecraft.entity.damage declared as EntityModifier and TypeFieldDescriptionprivate final 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 DamageSourceDamageSource.mobProjectile(Entity projectile, LivingEntity attacker) static 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 EntityFields in net.minecraft.entity.data with type parameters of type EntityMethod parameters in net.minecraft.entity.data with type arguments of type EntityModifier and TypeMethodDescriptionstatic <T> TrackedData<T>DataTracker.registerData(Class<? extends Entity> class2, TrackedDataHandler<T> trackedDataHandler) Constructors 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 TypeClassDescriptionclassclassclassclassFields in net.minecraft.entity.decoration with type parameters of type EntityModifier and TypeFieldDescriptionArmorStandEntity.field_14726AbstractDecorationEntity.IS_DECORATIONMethods 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 TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassFields in net.minecraft.entity.mob declared as EntityFields in net.minecraft.entity.mob with type parameters of type EntityModifier and TypeFieldDescriptionMobVisibilityCache.invisibleEntitiesMonster.MONSTER_PREDICATEMonster.VISIBLE_MONSTER_PREDICATEMobVisibilityCache.visibleEntitiesMethods 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) booleanMobEntity.startRiding(Entity entity, boolean force) protected booleanEndermanEntity.teleportTo(Entity entity) booleanbooleanbooleanboolean -
Uses of Entity in net.minecraft.entity.passive
Classes in net.minecraft.entity.passive with type parameters of type EntityModifier and TypeClassDescription(package private) static classRabbitEntity.FleeGoal<T extends Entity>(package private) classWolfEntity.class_3134<T extends Entity>Subclasses of Entity in net.minecraft.entity.passiveModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassMethods in net.minecraft.entity.passive that return EntityMethods in net.minecraft.entity.passive with parameters of type EntityModifier and TypeMethodDescriptionbooleanTameableEntity.isTeammate(Entity other) protected voidprotected voidbooleanbooleanbooleanbooleanvoidChickenEntity.updatePassengerPosition(Entity passenger) Method parameters in net.minecraft.entity.passive with type arguments of type EntityModifier and TypeMethodDescriptionprotected booleanPassiveEntity.method_13929(ItemStack itemStack, Class<? extends Entity> class2) -
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 EntityModifier and TypeMethodDescriptionServerPlayerEntity.changeDimension(int newDimension) ServerPlayerEntity.getSpectatingEntity()Methods 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 Collection<ScoreboardObjective>PlayerEntity.method_11247(Entity entity) voidServerPlayerEntity.method_12790(Entity entity) PlayerEntity.method_13616(Entity entity, Hand hand) voidPlayerEntity.method_3216(Entity entity) voidServerPlayerEntity.method_3216(Entity entity) voidPlayerEntity.pushAwayFrom(Entity entity) voidServerPlayerEntity.sendPickup(Entity entity, int count) booleanClientPlayerEntity.startRiding(Entity entity, boolean force) booleanServerPlayerEntity.startRiding(Entity entity, boolean force) voidServerPlayerEntity.stopTracking(Entity entity) voidPlayerEntity.updateKilledAdvancementCriterion(Entity entity, int score) -
Uses of Entity in net.minecraft.entity.predicate
Fields in net.minecraft.entity.predicate with type parameters of type EntityModifier and TypeFieldDescriptionEntityPredicates.EXCEPT_CREATIVE_OR_SPECTATOREntityPredicates.EXCEPT_SPECTATOREntityPredicates.NOT_MOUNTEDTests if an entity is not mounted.EntityPredicates.VALID_ENTITYTests if an entity is valid.EntityPredicates.VALID_INVENTORYTests if an entity has a valid inventory.Methods in net.minecraft.entity.predicate with type parameters of type EntityModifier and TypeMethodDescriptionEntityPredicates.method_13024(double double2, double double3, double double4, double double5) EntityPredicates.method_13025(Entity entity) Methods in net.minecraft.entity.predicate that return types with arguments of type EntityMethods in net.minecraft.entity.predicate with parameters of type EntityModifier and TypeMethodDescriptionbooleanEntityPredicates.method_13025(Entity entity) EntityPredicates.method_13945(Entity entity) -
Uses of Entity in net.minecraft.entity.projectile
Subclasses of Entity in net.minecraft.entity.projectileModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassFields in net.minecraft.entity.projectile declared as EntityFields in net.minecraft.entity.projectile with type parameters of type EntityMethods in net.minecraft.entity.projectile that return EntityModifier and TypeMethodDescriptionprotected EntityAbstractArrowEntity.getEntityCollision(Vec3d currentPosition, Vec3d nextPosition) private EntityMethods in net.minecraft.entity.projectile with parameters of type EntityModifier and TypeMethodDescriptionprotected booleanvoidAbstractArrowEntity.method_13278(Entity entity, float float2, float float3, float float4, float float5, float float6) static BlockHitResultProjectileUtil.method_13286(Entity entity, boolean bool, boolean bool2, Entity entity2) static final voidProjectileUtil.setRotationFromVelocity(Entity entity, float delta) -
Uses of Entity in net.minecraft.entity.thrown
Subclasses of Entity in net.minecraft.entity.thrownModifier and TypeClassDescriptionclassclassclassclassclassclassclassFields in net.minecraft.entity.thrown declared as EntityMethods in net.minecraft.entity.thrown with parameters of type EntityModifier and TypeMethodDescriptionvoidThrowableEntity.setProperties(Entity user, float pitch, float yaw, float roll, float modifierZ, float modifierXYZ) -
Uses of Entity in net.minecraft.entity.vehicle
Subclasses of Entity in net.minecraft.entity.vehicleModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassMethods in net.minecraft.entity.vehicle that return EntityModifier and TypeMethodDescriptionStorageMinecartEntity.changeDimension(int newDimension) BoatEntity.getPrimaryPassenger()Methods in net.minecraft.entity.vehicle with parameters of type EntityModifier and TypeMethodDescriptionprotected booleanBoatEntity.canAddPassenger(Entity passenger) protected voidBoatEntity.copyEntityData(Entity entity) AbstractMinecartEntity.getHardCollisionBox(Entity collidingEntity) BoatEntity.getHardCollisionBox(Entity collidingEntity) voidBoatEntity.onPassengerLookAround(Entity passenger) voidAbstractMinecartEntity.pushAwayFrom(Entity entity) voidBoatEntity.pushAwayFrom(Entity entity) voidBoatEntity.updatePassengerPosition(Entity passenger) -
Uses of Entity in net.minecraft.item
Methods in net.minecraft.item that return EntityModifier and TypeMethodDescriptionstatic EntitySpawnEggItem.createEntity(World world, Identifier entityId, double x, double y, double z) 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) static voidSpawnEggItem.method_11406(World world, PlayerEntity player, ItemStack stack, Entity entity) 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, ClientCommandC2SPacket.Mode mode) ClientCommandC2SPacket(Entity entity, ClientCommandC2SPacket.Mode mode, int mountJumpHeight) PlayerInteractEntityC2SPacket(Entity entity) PlayerInteractEntityC2SPacket(Entity entity, Hand hand) PlayerInteractEntityC2SPacket(Entity entity, Hand hand, Vec3d vec3d) -
Uses of Entity in net.minecraft.network.packet.s2c.play
Methods in net.minecraft.network.packet.s2c.play that return EntityConstructors in net.minecraft.network.packet.s2c.play with parameters of type EntityModifierConstructorDescriptionEntityAnimationS2CPacket(Entity entity, int animationId) EntityAttachS2CPacket(Entity entity, Entity entity2) EntityPositionS2CPacket(Entity entity) EntitySetHeadYawS2CPacket(Entity entity, byte headYaw) EntitySpawnGlobalS2CPacket(Entity entity) EntitySpawnS2CPacket(Entity entity, int type) EntitySpawnS2CPacket(Entity entity, int type, int dataId) EntitySpawnS2CPacket(Entity entity, int int2, int int3, BlockPos blockPos) EntityStatusS2CPacket(Entity entity, byte status) EntityVelocityUpdateS2CPacket(Entity entity) SetCameraEntityS2CPacket(Entity entity) -
Uses of Entity in net.minecraft.scoreboard
Methods in net.minecraft.scoreboard with parameters of type 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 EntityMethods in net.minecraft.server.command with parameters of type EntityModifier and TypeMethodDescriptionprivate static voidTeleportCommand.method_13428(Entity entity, AbstractCommand.Coordinate coordinate, AbstractCommand.Coordinate coordinate2, AbstractCommand.Coordinate coordinate3, AbstractCommand.Coordinate coordinate4, AbstractCommand.Coordinate coordinate5) Method parameters in net.minecraft.server.command with type arguments of type EntityModifier and TypeMethodDescriptionprivate voidSpreadPlayersCommand.method_5549(CommandSource commandSource, List<Entity> list, SpreadPlayersCommand.Pile pile, double double2, double double3, World world, boolean bool) private intSpreadPlayersCommand.method_5551(List<Entity> list) private doubleSpreadPlayersCommand.method_5552(List<Entity> list, World world, SpreadPlayersCommand.Pile[] pile, boolean bool) -
Uses of Entity in net.minecraft.server.network
Fields in net.minecraft.server.network declared as Entity -
Uses of Entity in net.minecraft.server.world
Fields in net.minecraft.server.world with type parameters of type EntityMethods 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) private booleanServerWorld.method_12781(Entity entity) protected voidServerWorld.onEntityRemoved(Entity entity) voidServerWorldManager.onEntityRemoved(Entity entity) protected voidServerWorld.onEntitySpawned(Entity entity) voidServerWorldManager.onEntitySpawned(Entity entity) voidServerWorld.sendEntityStatus(Entity entity, byte status) booleanServerWorld.spawnEntity(Entity entity) Method parameters in net.minecraft.server.world with type arguments of type Entity -
Uses of Entity in net.minecraft.state
Methods in net.minecraft.state with parameters of type EntityModifier and TypeMethodDescriptionvoidStateManager.BlockStateImpl.appendCollisionBoxes(World world, BlockPos pos, Box box, List<Box> boxes, Entity entity, boolean isActualState) booleanStateManager.BlockStateImpl.method_13361(Entity entity) -
Uses of Entity in net.minecraft.util
Methods in net.minecraft.util with type parameters of type EntityModifier and TypeMethodDescriptionPlayerSelector.method_10856(List<T> list, Map<String, String> map, CommandSource commandSource, Class<? extends T> class2, String string, Vec3d vec3d) PlayerSelector.method_10858(Map<String, String> map, Class<? extends T> class2, List<Predicate<Entity>> list, String string, World world, BlockPos blockPos) PlayerSelector.method_10866(CommandSource source, String string, Class<? extends T> class2) private static <T extends Entity>
booleanPlayerSelector.method_10867(CommandSource commandSource, Map<String, String> map) static <T extends Entity>
TPlayerSelector.selectEntity(CommandSource source, String string, Class<? extends T> entityClass) Methods in net.minecraft.util that return types with arguments of type EntityModifier and TypeMethodDescriptionPlayerSelector.method_10859(Map<String, String> map, String string) PlayerSelector.method_10863(Map<String, String> map) PlayerSelector.method_10868(Map<String, String> map) PlayerSelector.method_10869(Map<String, String> map) PlayerSelector.method_10871(Map<String, String> map) PlayerSelector.method_10872(Map<String, String> map) PlayerSelector.method_12888(Map<String, String> map, Vec3d vec3d) PlayerSelector.method_12891(CommandSource commandSource, Map<String, String> map) PlayerSelector.method_12892(Map<String, String> map) Methods in net.minecraft.util with parameters of type EntityModifier and TypeMethodDescriptionstatic TextChatSerializer.process(CommandSource source, Text test, Entity entity) static voidMethod parameters in net.minecraft.util with type arguments 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
Methods in net.minecraft.util.math with parameters of type EntityConstructors in net.minecraft.util.math with parameters of type Entity -
Uses of Entity in net.minecraft.world
Fields in net.minecraft.world with type parameters of type EntityModifier and TypeFieldDescriptionWorld.entitiesprotected final IntObjectStorage<Entity>World.idToEntityWorld.loadedEntitiesWorld.unloadedEntitiesMethods in net.minecraft.world with type parameters of type EntityModifier and TypeMethodDescription<T extends Entity>
TWorld.getEntitiesByClass(Class<? extends T> entityClass, Box box, T except) World.getEntitiesInBox(Class<? extends T> except, Box box) World.getEntitiesInBox(Class<? extends T> clazz, Box box, Predicate<? super T> entityPredicate) World.method_8514(Class<? extends T> class2, Predicate<? super T> predicate) World.method_8536(Class<? extends T> class2, Predicate<? super T> predicate) Methods in net.minecraft.world that return EntityMethods in net.minecraft.world that return types with arguments of type EntityModifier and TypeMethodDescriptionWorld.getEntitiesIn(Entity entity, Box box) World.getEntitiesIn(Entity entity, Box box, Predicate<? super Entity> predicate) World.getLoadedEntities()Methods in net.minecraft.world with parameters of type EntityModifier and TypeMethodDescriptionbooleanvoidWorld.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.getEntitiesIn(Entity entity, Box box) World.getEntitiesIn(Entity entity, Box box, Predicate<? super Entity> predicate) booleanWorld.hasEntityIn(Box box, Entity exclusion) voidWorld.loadEntity(Entity entity) World.method_11484(Entity entity, double double2, double double3) World.method_11490(Entity entity, double double2) private booleanWorld.method_13689(Entity entity, Box box, boolean bool, List<Box> list) booleanWorld.method_13694(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) booleanWorld.method_8493(Block block, BlockPos pos, boolean bool, Direction direction, Entity entity) voidclass_2975.onEntityRemoved(Entity entity) protected voidWorld.onEntityRemoved(Entity entity) voidWorldEventListener.onEntityRemoved(Entity entity) voidclass_2975.onEntitySpawned(Entity entity) protected voidWorld.onEntitySpawned(Entity entity) voidWorldEventListener.onEntitySpawned(Entity entity) voidWorld.removeEntity(Entity entity) voidWorld.sendEntityStatus(Entity entity, byte status) booleanWorld.spawnEntity(Entity entity) Method parameters in net.minecraft.world with type arguments of type EntityModifier and TypeMethodDescriptionWorld.getEntitiesIn(Entity entity, Box box, Predicate<? super Entity> predicate) World.method_13686(double double2, double double3, double double4, double double5, Predicate<Entity> predicate) voidWorld.method_8537(Collection<Entity> collection) voidWorld.unloadEntities(Collection<Entity> entities) -
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 type parameters of type EntityModifier and TypeMethodDescription<T extends Entity>
voidChunk.method_9140(Class<? extends T> clazz, Box box, List<T> list, Predicate<? super T> pred) <T extends Entity>
voidEmptyChunk.method_9140(Class<? extends T> clazz, Box box, List<T> list, Predicate<? super T> pred) Methods in net.minecraft.world.chunk that return EntityModifier and TypeMethodDescriptionprotected static EntityThreadedAnvilChunkStorage.method_11781(NbtCompound tag, World world) static EntityThreadedAnvilChunkStorage.method_11782(NbtCompound tag, World world, double x, double y, double z, boolean bool) static EntityThreadedAnvilChunkStorage.method_11783(NbtCompound tag, World world, Chunk chunk) static EntityThreadedAnvilChunkStorage.method_11784(NbtCompound tag, World world, boolean bool) Methods in net.minecraft.world.chunk that return types with arguments of type EntityMethods in net.minecraft.world.chunk with parameters of type EntityModifier and TypeMethodDescriptionvoidvoidstatic voidThreadedAnvilChunkStorage.method_11785(Entity entity, World world) voidvoidvoidChunk.removeEntity(Entity entity) voidChunk.removeEntity(Entity entity, int index) voidEmptyChunk.removeEntity(Entity entity) voidEmptyChunk.removeEntity(Entity entity, int index) Method parameters in net.minecraft.world.chunk with type arguments of type EntityModifier and TypeMethodDescriptionvoidvoidvoidvoid -
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<BlockPos> affectedBlocks) Explosion(World world, Entity entity, double x, double y, double z, float power, List<BlockPos> affectedBlocks)