Uses of Class
net.minecraft.entity.EntityType
Packages that use EntityType
Package
Description
-
Uses of EntityType in net.minecraft.block
Fields in net.minecraft.block with type parameters of type EntityTypeModifier and TypeFieldDescription(package private) AbstractBlock.TypedContextPredicate<EntityType<?>>AbstractBlock.Settings.allowsSpawningPredicateMethods in net.minecraft.block with parameters of type EntityTypeModifier and TypeMethodDescriptionbooleanAbstractBlock.AbstractBlockState.allowsSpawning(BlockView world, BlockPos pos, EntityType<?> type)private static BooleanBlocks.always(BlockState state, BlockView world, BlockPos pos, EntityType<?> type)A shortcut to always returntruein a typed context predicate with anEntityType, used likesettings.allowSpawning(Blocks::always).private static BooleanBlocks.canSpawnOnLeaves(BlockState state, BlockView world, BlockPos pos, EntityType<?> type)RespawnAnchorBlock.findRespawnPosition(EntityType<?> entity, CollisionView world, BlockPos pos)RespawnAnchorBlock.findRespawnPosition(EntityType<?> entity, CollisionView world, BlockPos pos, boolean bool)BedBlock.findWakeUpPosition(EntityType<?> type, CollisionView world, BlockPos pos, float float2)BedBlock.findWakeUpPosition(EntityType<?> type, CollisionView world, BlockPos pos, int[][] int2, boolean bool)BedBlock.findWakeUpPosition(EntityType<?> type, CollisionView world, BlockPos pos, Direction direction, Direction direction2)private static BooleanBlocks.never(BlockState state, BlockView world, BlockPos pos, EntityType<?> type)A shortcut to always returnfalsein a typed context predicate with anEntityType, used likesettings.allowSpawning(Blocks::never).Method parameters in net.minecraft.block with type arguments of type EntityTypeModifier and TypeMethodDescriptionAbstractBlock.Settings.allowsSpawning(AbstractBlock.TypedContextPredicate<EntityType<?>> predicate)Specifies logic that calculates whether an entity can spawn on a block. -
Uses of EntityType in net.minecraft.client.gui.screen
Constructors in net.minecraft.client.gui.screen with parameters of type EntityType -
Uses of EntityType in net.minecraft.client.render.entity
Fields in net.minecraft.client.render.entity with type parameters of type EntityTypeModifier and TypeFieldDescriptionprivate static Map<EntityType<?>,EntityRendererFactory<?>>EntityRenderers.rendererFactoriesprivate Map<EntityType<?>,EntityRenderer<?>>EntityRenderDispatcher.renderersprivate static Map<EntityType<?>,Identifier>DonkeyEntityRenderer.TEXTURESprivate static Map<EntityType<?>,Identifier>PiglinEntityRenderer.TEXTURESprivate static Map<EntityType<?>,Identifier>ZombieHorseEntityRenderer.TEXTURESMethods in net.minecraft.client.render.entity that return types with arguments of type EntityTypeModifier and TypeMethodDescriptionstatic Map<EntityType<?>,EntityRenderer<?>>EntityRenderers.reloadEntityRenderers(EntityRendererFactory.Context ctx)Methods in net.minecraft.client.render.entity with parameters of type EntityTypeModifier and TypeMethodDescriptionprivate static <T extends Entity>
voidEntityRenderers.register(EntityType<? extends T> type, EntityRendererFactory<T> factory) -
Uses of EntityType in net.minecraft.command
Fields in net.minecraft.command declared as EntityTypeMethods in net.minecraft.command with parameters of type EntityTypeModifier and TypeMethodDescriptionvoidEntitySelectorReader.setEntityType(EntityType<?> entityType)Constructors in net.minecraft.command with parameters of type EntityTypeModifierConstructorDescriptionEntitySelector(int count, boolean includesNonPlayers, boolean localWorldOnly, Predicate<Entity> basePredicate, NumberRange.FloatRange distance, Function<Vec3d,Vec3d> positionOffset, @Nullable Box box, BiConsumer<Vec3d,List<? extends Entity>> sorter, boolean senderOnly, @Nullable String playerName, @Nullable UUID uuid, @Nullable EntityType<?> type, boolean usesAt) -
Uses of EntityType in net.minecraft.data.server
Fields in net.minecraft.data.server declared as EntityTypeModifier and TypeFieldDescriptionprivate static EntityType<?>[]HusbandryTabAdvancementGenerator.BREEDABLE_ANIMALSprivate static EntityType<?>[]AdventureTabAdvancementGenerator.MONSTERSFields in net.minecraft.data.server with type parameters of type EntityTypeModifier and TypeFieldDescriptionprivate static Set<EntityType<?>>EntityLootTableGenerator.ENTITY_TYPES_IN_MISC_GROUP_TO_CHECKMethods in net.minecraft.data.server with parameters of type EntityTypeModifier and TypeMethodDescriptionprivate static class_6409.class_6410AdventureTabAdvancementGenerator.method_37315(EntityType<?> entityType, Item item)private voidEntityLootTableGenerator.register(EntityType<?> entityType, LootTable.Builder lootTable) -
Uses of EntityType in net.minecraft.entity
Fields in net.minecraft.entity declared as EntityTypeModifier and TypeFieldDescriptionstatic EntityType<AreaEffectCloudEntity>EntityType.AREA_EFFECT_CLOUDstatic EntityType<ArmorStandEntity>EntityType.ARMOR_STANDstatic EntityType<ArrowEntity>EntityType.ARROWstatic EntityType<AxolotlEntity>EntityType.AXOLOTLstatic EntityType<BatEntity>EntityType.BATstatic EntityType<BeeEntity>EntityType.BEEstatic EntityType<BlazeEntity>EntityType.BLAZEstatic EntityType<BoatEntity>EntityType.BOATstatic EntityType<CatEntity>EntityType.CATstatic EntityType<CaveSpiderEntity>EntityType.CAVE_SPIDERstatic EntityType<ChestMinecartEntity>EntityType.CHEST_MINECARTstatic EntityType<ChickenEntity>EntityType.CHICKENstatic EntityType<CodEntity>EntityType.CODstatic EntityType<CommandBlockMinecartEntity>EntityType.COMMAND_BLOCK_MINECARTstatic EntityType<CowEntity>EntityType.COWstatic EntityType<CreeperEntity>EntityType.CREEPERstatic EntityType<DolphinEntity>EntityType.DOLPHINstatic EntityType<DonkeyEntity>EntityType.DONKEYstatic EntityType<DragonFireballEntity>EntityType.DRAGON_FIREBALLstatic EntityType<DrownedEntity>EntityType.DROWNEDstatic EntityType<EggEntity>EntityType.EGGstatic EntityType<ElderGuardianEntity>EntityType.ELDER_GUARDIANstatic EntityType<EndCrystalEntity>EntityType.END_CRYSTALstatic EntityType<EnderDragonEntity>EntityType.ENDER_DRAGONstatic EntityType<EnderPearlEntity>EntityType.ENDER_PEARLstatic EntityType<EndermanEntity>EntityType.ENDERMANstatic EntityType<EndermiteEntity>EntityType.ENDERMITEstatic EntityType<EvokerEntity>EntityType.EVOKERstatic EntityType<EvokerFangsEntity>EntityType.EVOKER_FANGSstatic EntityType<ExperienceBottleEntity>EntityType.EXPERIENCE_BOTTLEstatic EntityType<ExperienceOrbEntity>EntityType.EXPERIENCE_ORBstatic EntityType<EyeOfEnderEntity>EntityType.EYE_OF_ENDERstatic EntityType<FallingBlockEntity>EntityType.FALLING_BLOCKstatic EntityType<FireballEntity>EntityType.FIREBALLstatic EntityType<FireworkRocketEntity>EntityType.FIREWORK_ROCKETstatic EntityType<FishingBobberEntity>EntityType.FISHING_BOBBERstatic EntityType<FoxEntity>EntityType.FOXstatic EntityType<FurnaceMinecartEntity>EntityType.FURNACE_MINECARTstatic EntityType<GhastEntity>EntityType.GHASTstatic EntityType<GiantEntity>EntityType.GIANTstatic EntityType<GlowItemFrameEntity>EntityType.GLOW_ITEM_FRAMEstatic EntityType<GlowSquidEntity>EntityType.GLOW_SQUIDstatic EntityType<GoatEntity>EntityType.GOATstatic EntityType<GuardianEntity>EntityType.GUARDIANstatic EntityType<HoglinEntity>EntityType.HOGLINstatic EntityType<HopperMinecartEntity>EntityType.HOPPER_MINECARTstatic EntityType<HorseEntity>EntityType.HORSEstatic EntityType<HuskEntity>EntityType.HUSKstatic EntityType<IllusionerEntity>EntityType.ILLUSIONERstatic EntityType<IronGolemEntity>EntityType.IRON_GOLEMstatic EntityType<ItemEntity>EntityType.ITEMstatic EntityType<ItemFrameEntity>EntityType.ITEM_FRAMEstatic EntityType<LeashKnotEntity>EntityType.LEASH_KNOTstatic EntityType<LightningEntity>EntityType.LIGHTNING_BOLTstatic EntityType<LlamaEntity>EntityType.LLAMAstatic EntityType<LlamaSpitEntity>EntityType.LLAMA_SPITstatic EntityType<MagmaCubeEntity>EntityType.MAGMA_CUBEstatic EntityType<MarkerEntity>EntityType.MARKERstatic EntityType<MinecartEntity>EntityType.MINECARTstatic EntityType<MooshroomEntity>EntityType.MOOSHROOMstatic EntityType<MuleEntity>EntityType.MULEstatic EntityType<OcelotEntity>EntityType.OCELOTstatic EntityType<PaintingEntity>EntityType.PAINTINGstatic EntityType<PandaEntity>EntityType.PANDAstatic EntityType<ParrotEntity>EntityType.PARROTstatic EntityType<PhantomEntity>EntityType.PHANTOMstatic EntityType<PigEntity>EntityType.PIGstatic EntityType<PiglinEntity>EntityType.PIGLINstatic EntityType<PiglinBruteEntity>EntityType.PIGLIN_BRUTEstatic EntityType<PillagerEntity>EntityType.PILLAGERstatic EntityType<PlayerEntity>EntityType.PLAYERstatic EntityType<PolarBearEntity>EntityType.POLAR_BEARstatic EntityType<PotionEntity>EntityType.POTIONstatic EntityType<PufferfishEntity>EntityType.PUFFERFISHstatic EntityType<RabbitEntity>EntityType.RABBITstatic EntityType<RavagerEntity>EntityType.RAVAGERstatic EntityType<SalmonEntity>EntityType.SALMONstatic EntityType<SheepEntity>EntityType.SHEEPstatic EntityType<ShulkerEntity>EntityType.SHULKERstatic EntityType<ShulkerBulletEntity>EntityType.SHULKER_BULLETstatic EntityType<SilverfishEntity>EntityType.SILVERFISHstatic EntityType<SkeletonEntity>EntityType.SKELETONstatic EntityType<SkeletonHorseEntity>EntityType.SKELETON_HORSEstatic EntityType<SlimeEntity>EntityType.SLIMEstatic EntityType<SmallFireballEntity>EntityType.SMALL_FIREBALLstatic EntityType<SnowGolemEntity>EntityType.SNOW_GOLEMstatic EntityType<SnowballEntity>EntityType.SNOWBALLstatic EntityType<SpawnerMinecartEntity>EntityType.SPAWNER_MINECARTstatic EntityType<SpectralArrowEntity>EntityType.SPECTRAL_ARROWstatic EntityType<SpiderEntity>EntityType.SPIDERstatic EntityType<SquidEntity>EntityType.SQUIDstatic EntityType<StrayEntity>EntityType.STRAYstatic EntityType<StriderEntity>EntityType.STRIDERstatic EntityType<TntEntity>EntityType.TNTstatic EntityType<TntMinecartEntity>EntityType.TNT_MINECARTstatic EntityType<TraderLlamaEntity>EntityType.TRADER_LLAMAstatic EntityType<TridentEntity>EntityType.TRIDENTstatic EntityType<TropicalFishEntity>EntityType.TROPICAL_FISHstatic EntityType<TurtleEntity>EntityType.TURTLEprivate EntityType<?>Entity.typestatic EntityType<VexEntity>EntityType.VEXstatic EntityType<VillagerEntity>EntityType.VILLAGERstatic EntityType<VindicatorEntity>EntityType.VINDICATORstatic EntityType<WanderingTraderEntity>EntityType.WANDERING_TRADERstatic EntityType<WitchEntity>EntityType.WITCHstatic EntityType<WitherEntity>EntityType.WITHERstatic EntityType<WitherSkeletonEntity>EntityType.WITHER_SKELETONstatic EntityType<WitherSkullEntity>EntityType.WITHER_SKULLstatic EntityType<WolfEntity>EntityType.WOLFstatic EntityType<ZoglinEntity>EntityType.ZOGLINstatic EntityType<ZombieEntity>EntityType.ZOMBIEstatic EntityType<ZombieHorseEntity>EntityType.ZOMBIE_HORSEstatic EntityType<ZombieVillagerEntity>EntityType.ZOMBIE_VILLAGERstatic EntityType<ZombifiedPiglinEntity>EntityType.ZOMBIFIED_PIGLINFields in net.minecraft.entity with type parameters of type EntityTypeModifier and TypeFieldDescriptionprivate static Map<EntityType<?>,SpawnRestriction.Entry>SpawnRestriction.RESTRICTIONSMethods in net.minecraft.entity that return EntityTypeModifier and TypeMethodDescriptionEntityType<?>Entity.getType()private static <T extends Entity>
EntityType<T>EntityType.register(String id, EntityType.Builder<T> type)Methods in net.minecraft.entity that return types with arguments of type EntityTypeModifier and TypeMethodDescriptionstatic Optional<EntityType<?>>EntityType.fromNbt(NbtCompound nbt)static Optional<EntityType<?>>Methods in net.minecraft.entity with parameters of type EntityTypeModifier and TypeMethodDescriptionstatic <T extends Entity>
booleanSpawnRestriction.canSpawn(EntityType<T> type, ServerWorldAccess world, SpawnReason spawnReason, BlockPos pos, Random random)booleanLivingEntity.canTarget(EntityType<?> type)EntityType.EntityFactory.create(EntityType<T> type, World world)Dismounting.findRespawnPos(EntityType<?> entityType, CollisionView world, BlockPos pos, boolean ignoreInvalidPos)static Heightmap.TypeSpawnRestriction.getHeightmapType(@Nullable EntityType<?> type)static IdentifierEntityType.getId(EntityType<?> type)static SpawnRestriction.LocationSpawnRestriction.getLocation(EntityType<?> type)EntityType.newInstance(World world, @Nullable EntityType<?> type)private static <T extends MobEntity>
voidSpawnRestriction.register(EntityType<T> type, SpawnRestriction.Location location, Heightmap.Type heightmapType, SpawnRestriction.SpawnPredicate<T> predicate)booleanSpawnRestriction.SpawnPredicate.test(EntityType<T> type, ServerWorldAccess world, SpawnReason spawnReason, BlockPos pos, Random random)Method parameters in net.minecraft.entity with type arguments of type EntityTypeConstructors in net.minecraft.entity with parameters of type EntityTypeModifierConstructorDescriptionAreaEffectCloudEntity(EntityType<? extends AreaEffectCloudEntity> type, World world)Entity(EntityType<?> type, World world)ExperienceOrbEntity(EntityType<? extends ExperienceOrbEntity> type, World world)EyeOfEnderEntity(EntityType<? extends EyeOfEnderEntity> type, World world)FallingBlockEntity(EntityType<? extends FallingBlockEntity> type, World world)ItemEntity(EntityType<? extends ItemEntity> type, World world)LightningEntity(EntityType<? extends LightningEntity> type, World world)protectedLivingEntity(EntityType<? extends LivingEntity> type, World world)MarkerEntity(EntityType<?> type, World world)TntEntity(EntityType<? extends TntEntity> type, World world) -
Uses of EntityType in net.minecraft.entity.ai.brain.sensor
Fields in net.minecraft.entity.ai.brain.sensor with type parameters of type EntityTypeModifier and TypeFieldDescriptionprivate static ImmutableMap<EntityType<?>,Float>VillagerHostilesSensor.SQUARED_DISTANCES_FOR_DANGER -
Uses of EntityType in net.minecraft.entity.ai.brain.task
Fields in net.minecraft.entity.ai.brain.task declared as EntityTypeModifier and TypeFieldDescriptionprivate EntityType<? extends T>FindEntityTask.entityTypeprivate EntityType<?>FindInteractionTargetTask.entityTypeprivate EntityType<? extends AnimalEntity>BreedTask.targetTypeMethods in net.minecraft.entity.ai.brain.task with parameters of type EntityTypeModifier and TypeMethodDescriptionstatic booleanLookTargetUtil.canSee(Brain<?> brain, MemoryModuleType<? extends LivingEntity> memoryModuleType, EntityType<?> entityType)static <T extends LivingEntity>
FindEntityTask<LivingEntity,T>FindEntityTask.create(EntityType<? extends T> entityType, int maxDistance, Predicate<T> condition, MemoryModuleType<T> moduleType, float speed, int completionRange)static <T extends LivingEntity>
FindEntityTask<LivingEntity,T>FindEntityTask.create(EntityType<? extends T> entityType, int maxDistance, MemoryModuleType<T> targetModule, float speed, int completionRange)Constructors in net.minecraft.entity.ai.brain.task with parameters of type EntityTypeModifierConstructorDescriptionBreedTask(EntityType<? extends AnimalEntity> targetType, float speed)FindEntityTask(EntityType<? extends T> entityType, int maxDistance, Predicate<E> shouldRunPredicate, Predicate<T> predicate, MemoryModuleType<T> targetModule, float speed, int completionRange)FindInteractionTargetTask(EntityType<?> entityType, int maxDistance)FindInteractionTargetTask(EntityType<?> entityType, int maxDistance, Predicate<LivingEntity> shouldRunPredicate, Predicate<LivingEntity> predicate)FollowMobTask(EntityType<?> entityType, float maxDistance)Constructor parameters in net.minecraft.entity.ai.brain.task with type arguments of type EntityType -
Uses of EntityType in net.minecraft.entity.attribute
Fields in net.minecraft.entity.attribute with type parameters of type EntityTypeModifier and TypeFieldDescriptionprivate static Map<EntityType<? extends LivingEntity>,DefaultAttributeContainer>DefaultAttributeRegistry.DEFAULT_ATTRIBUTE_REGISTRYMethods in net.minecraft.entity.attribute with parameters of type EntityTypeModifier and TypeMethodDescriptionstatic DefaultAttributeContainerDefaultAttributeRegistry.get(EntityType<? extends LivingEntity> type)static booleanDefaultAttributeRegistry.hasDefinitionFor(EntityType<?> type) -
Uses of EntityType in net.minecraft.entity.boss
Constructors in net.minecraft.entity.boss with parameters of type EntityTypeModifierConstructorDescriptionWitherEntity(EntityType<? extends WitherEntity> type, World world) -
Uses of EntityType in net.minecraft.entity.boss.dragon
Constructors in net.minecraft.entity.boss.dragon with parameters of type EntityTypeModifierConstructorDescriptionEnderDragonEntity(EntityType<? extends EnderDragonEntity> type, World world) -
Uses of EntityType in net.minecraft.entity.decoration
Constructors in net.minecraft.entity.decoration with parameters of type EntityTypeModifierConstructorDescriptionprotectedAbstractDecorationEntity(EntityType<? extends AbstractDecorationEntity> type, World world)protectedAbstractDecorationEntity(EntityType<? extends AbstractDecorationEntity> type, World world, BlockPos pos)ArmorStandEntity(EntityType<? extends ArmorStandEntity> type, World world)EndCrystalEntity(EntityType<? extends EndCrystalEntity> type, World world)GlowItemFrameEntity(EntityType<? extends ItemFrameEntity> type, World world)ItemFrameEntity(EntityType<? extends ItemFrameEntity> type, World world)ItemFrameEntity(EntityType<? extends ItemFrameEntity> type, World world, BlockPos pos, Direction facing)LeashKnotEntity(EntityType<? extends LeashKnotEntity> type, World world) -
Uses of EntityType in net.minecraft.entity.decoration.painting
Constructors in net.minecraft.entity.decoration.painting with parameters of type EntityTypeModifierConstructorDescriptionPaintingEntity(EntityType<? extends PaintingEntity> type, World world) -
Uses of EntityType in net.minecraft.entity.mob
Methods in net.minecraft.entity.mob that return EntityTypeMethods in net.minecraft.entity.mob with parameters of type EntityTypeModifier and TypeMethodDescriptionstatic booleanMagmaCubeEntity.canMagmaCubeSpawn(EntityType<MagmaCubeEntity> type, WorldAccess world, SpawnReason spawnReason, BlockPos pos, Random random)static booleanMobEntity.canMobSpawn(EntityType<? extends MobEntity> type, WorldAccess world, SpawnReason spawnReason, BlockPos pos, Random random)static booleanDrownedEntity.canSpawn(EntityType<DrownedEntity> type, ServerWorldAccess world, SpawnReason spawnReason, BlockPos pos, Random random)static booleanEndermiteEntity.canSpawn(EntityType<EndermiteEntity> type, WorldAccess world, SpawnReason spawnReason, BlockPos pos, Random random)static booleanGhastEntity.canSpawn(EntityType<GhastEntity> type, WorldAccess world, SpawnReason spawnReason, BlockPos pos, Random random)static booleanGuardianEntity.canSpawn(EntityType<? extends GuardianEntity> type, WorldAccess world, SpawnReason spawnReason, BlockPos pos, Random random)static booleanHoglinEntity.canSpawn(EntityType<HoglinEntity> type, WorldAccess world, SpawnReason spawnReason, BlockPos pos, Random random)static booleanHuskEntity.canSpawn(EntityType<HuskEntity> type, ServerWorldAccess world, SpawnReason spawnReason, BlockPos pos, Random random)static booleanPatrolEntity.canSpawn(EntityType<? extends PatrolEntity> type, WorldAccess world, SpawnReason spawnReason, BlockPos pos, Random random)static booleanPiglinEntity.canSpawn(EntityType<PiglinEntity> type, WorldAccess world, SpawnReason spawnReason, BlockPos pos, Random random)static booleanSilverfishEntity.canSpawn(EntityType<SilverfishEntity> type, WorldAccess world, SpawnReason spawnReason, BlockPos pos, Random random)static booleanSlimeEntity.canSpawn(EntityType<SlimeEntity> type, WorldAccess world, SpawnReason spawnReason, BlockPos pos, Random random)static booleanStrayEntity.canSpawn(EntityType<StrayEntity> type, ServerWorldAccess world, SpawnReason spawnReason, BlockPos pos, Random random)static booleanZombifiedPiglinEntity.canSpawn(EntityType<ZombifiedPiglinEntity> type, WorldAccess world, SpawnReason spawnReason, BlockPos pos, Random random)static booleanHostileEntity.canSpawnIgnoreLightLevel(EntityType<? extends HostileEntity> type, WorldAccess world, SpawnReason spawnReason, BlockPos pos, Random random)static booleanHostileEntity.canSpawnInDark(EntityType<? extends HostileEntity> type, ServerWorldAccess world, SpawnReason spawnReason, BlockPos pos, Random random)static booleanWaterCreatureEntity.canSpawnUnderground(EntityType<? extends LivingEntity> entityType, WorldAccess world, SpawnReason spawnReason, BlockPos pos, Random random)booleanMobEntity.canTarget(EntityType<?> type)booleanPhantomEntity.canTarget(EntityType<?> type)<T extends MobEntity>
TMobEntity.convertTo(EntityType<T> entityType, boolean keepEquipment)Converts this entity to the providedentityType.protected voidZombieEntity.convertTo(EntityType<? extends ZombieEntity> entityType)static booleanPiglinBrain.isZombified(EntityType<?> entityType)Constructors in net.minecraft.entity.mob with parameters of type EntityTypeModifierConstructorDescriptionAbstractPiglinEntity(EntityType<? extends AbstractPiglinEntity> type, World world)protectedAbstractSkeletonEntity(EntityType<? extends AbstractSkeletonEntity> type, World world)protectedAmbientEntity(EntityType<? extends AmbientEntity> type, World world)BlazeEntity(EntityType<? extends BlazeEntity> type, World world)CaveSpiderEntity(EntityType<? extends CaveSpiderEntity> type, World world)CreeperEntity(EntityType<? extends CreeperEntity> type, World world)DrownedEntity(EntityType<? extends DrownedEntity> type, World world)ElderGuardianEntity(EntityType<? extends ElderGuardianEntity> type, World world)EndermanEntity(EntityType<? extends EndermanEntity> type, World world)EndermiteEntity(EntityType<? extends EndermiteEntity> type, World world)EvokerEntity(EntityType<? extends EvokerEntity> type, World world)EvokerFangsEntity(EntityType<? extends EvokerFangsEntity> type, World world)protectedFlyingEntity(EntityType<? extends FlyingEntity> type, World world)GhastEntity(EntityType<? extends GhastEntity> type, World world)GiantEntity(EntityType<? extends GiantEntity> type, World world)GuardianEntity(EntityType<? extends GuardianEntity> type, World world)HoglinEntity(EntityType<? extends HoglinEntity> type, World world)protectedHostileEntity(EntityType<? extends HostileEntity> type, World world)HuskEntity(EntityType<? extends HuskEntity> type, World world)protectedIllagerEntity(EntityType<? extends IllagerEntity> type, World world)IllusionerEntity(EntityType<? extends IllusionerEntity> type, World world)MagmaCubeEntity(EntityType<? extends MagmaCubeEntity> type, World world)protectedMobEntity(EntityType<? extends MobEntity> type, World world)protectedPathAwareEntity(EntityType<? extends PathAwareEntity> type, World world)protectedPatrolEntity(EntityType<? extends PatrolEntity> type, World world)PhantomEntity(EntityType<? extends PhantomEntity> type, World world)PiglinBruteEntity(EntityType<? extends PiglinBruteEntity> type, World world)PiglinEntity(EntityType<? extends AbstractPiglinEntity> type, World world)PillagerEntity(EntityType<? extends PillagerEntity> type, World world)RavagerEntity(EntityType<? extends RavagerEntity> type, World world)ShulkerEntity(EntityType<? extends ShulkerEntity> type, World world)SilverfishEntity(EntityType<? extends SilverfishEntity> type, World world)SkeletonEntity(EntityType<? extends SkeletonEntity> type, World world)SkeletonHorseEntity(EntityType<? extends SkeletonHorseEntity> type, World world)SlimeEntity(EntityType<? extends SlimeEntity> type, World world)protectedSpellcastingIllagerEntity(EntityType<? extends SpellcastingIllagerEntity> type, World world)SpiderEntity(EntityType<? extends SpiderEntity> type, World world)StrayEntity(EntityType<? extends StrayEntity> type, World world)VexEntity(EntityType<? extends VexEntity> type, World world)VindicatorEntity(EntityType<? extends VindicatorEntity> type, World world)protectedWaterCreatureEntity(EntityType<? extends WaterCreatureEntity> type, World world)WitchEntity(EntityType<? extends WitchEntity> type, World world)WitherSkeletonEntity(EntityType<? extends WitherSkeletonEntity> type, World world)ZoglinEntity(EntityType<? extends ZoglinEntity> type, World world)ZombieEntity(EntityType<? extends ZombieEntity> type, World world)ZombieHorseEntity(EntityType<? extends ZombieHorseEntity> type, World world)ZombieVillagerEntity(EntityType<? extends ZombieVillagerEntity> type, World world)ZombifiedPiglinEntity(EntityType<? extends ZombifiedPiglinEntity> type, World world) -
Uses of EntityType in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive with type parameters of type EntityTypeModifier and TypeFieldDescription(package private) static Map<EntityType<?>,SoundEvent>ParrotEntity.MOB_SOUNDSMethods in net.minecraft.entity.passive with parameters of type EntityTypeModifier and TypeMethodDescriptionstatic booleanBatEntity.canSpawn(EntityType<BatEntity> type, WorldAccess world, SpawnReason spawnReason, BlockPos pos, Random random)static booleanDolphinEntity.canSpawn(EntityType<DolphinEntity> type, WorldAccess world, SpawnReason spawnReason, BlockPos pos, Random random)static booleanFishEntity.canSpawn(EntityType<? extends FishEntity> type, WorldAccess world, SpawnReason spawnReason, BlockPos pos, Random random)static booleanMooshroomEntity.canSpawn(EntityType<MooshroomEntity> type, WorldAccess world, SpawnReason spawnReason, BlockPos pos, Random random)static booleanOcelotEntity.canSpawn(EntityType<OcelotEntity> type, WorldAccess world, SpawnReason spawnReason, BlockPos pos, Random random)static booleanParrotEntity.canSpawn(EntityType<ParrotEntity> type, WorldAccess world, SpawnReason spawnReason, BlockPos pos, Random random)static booleanPolarBearEntity.canSpawn(EntityType<PolarBearEntity> type, WorldAccess world, SpawnReason spawnReason, BlockPos pos, Random random)static booleanRabbitEntity.canSpawn(EntityType<RabbitEntity> entity, WorldAccess world, SpawnReason spawnReason, BlockPos pos, Random random)static booleanSquidEntity.canSpawn(EntityType<SquidEntity> type, WorldAccess world, SpawnReason spawnReason, BlockPos pos, Random random)static booleanStriderEntity.canSpawn(EntityType<StriderEntity> type, WorldAccess world, SpawnReason spawnReason, BlockPos pos, Random random)static booleanTurtleEntity.canSpawn(EntityType<TurtleEntity> type, WorldAccess world, SpawnReason spawnReason, BlockPos pos, Random random)booleanIronGolemEntity.canTarget(EntityType<?> type)private static SoundEventParrotEntity.getSound(EntityType<?> imitate)static booleanAnimalEntity.isValidNaturalSpawn(EntityType<? extends AnimalEntity> type, WorldAccess world, SpawnReason spawnReason, BlockPos pos, Random random)Constructors in net.minecraft.entity.passive with parameters of type EntityTypeModifierConstructorDescriptionprotectedAbstractDonkeyEntity(EntityType<? extends AbstractDonkeyEntity> type, World world)protectedAnimalEntity(EntityType<? extends AnimalEntity> type, World world)AxolotlEntity(EntityType<? extends AxolotlEntity> type, World world)BatEntity(EntityType<? extends BatEntity> type, World world)BeeEntity(EntityType<? extends BeeEntity> type, World world)CatEntity(EntityType<? extends CatEntity> type, World world)ChickenEntity(EntityType<? extends ChickenEntity> type, World world)CodEntity(EntityType<? extends CodEntity> type, World world)CowEntity(EntityType<? extends CowEntity> type, World world)DolphinEntity(EntityType<? extends DolphinEntity> type, World world)DonkeyEntity(EntityType<? extends DonkeyEntity> type, World world)FishEntity(EntityType<? extends FishEntity> type, World world)FoxEntity(EntityType<? extends FoxEntity> type, World world)GlowSquidEntity(EntityType<? extends GlowSquidEntity> type, World world)GoatEntity(EntityType<? extends GoatEntity> type, World world)protectedGolemEntity(EntityType<? extends GolemEntity> type, World world)protectedHorseBaseEntity(EntityType<? extends HorseBaseEntity> type, World world)HorseEntity(EntityType<? extends HorseEntity> type, World world)IronGolemEntity(EntityType<? extends IronGolemEntity> type, World world)LlamaEntity(EntityType<? extends LlamaEntity> type, World world)MerchantEntity(EntityType<? extends MerchantEntity> type, World world)MooshroomEntity(EntityType<? extends MooshroomEntity> type, World world)MuleEntity(EntityType<? extends MuleEntity> type, World world)OcelotEntity(EntityType<? extends OcelotEntity> type, World world)PandaEntity(EntityType<? extends PandaEntity> type, World world)ParrotEntity(EntityType<? extends ParrotEntity> type, World world)protectedPassiveEntity(EntityType<? extends PassiveEntity> type, World world)PigEntity(EntityType<? extends PigEntity> type, World world)PolarBearEntity(EntityType<? extends PolarBearEntity> type, World world)PufferfishEntity(EntityType<? extends PufferfishEntity> type, World world)RabbitEntity(EntityType<? extends RabbitEntity> type, World world)SalmonEntity(EntityType<? extends SalmonEntity> type, World world)SchoolingFishEntity(EntityType<? extends SchoolingFishEntity> type, World world)SheepEntity(EntityType<? extends SheepEntity> type, World world)SnowGolemEntity(EntityType<? extends SnowGolemEntity> type, World world)SquidEntity(EntityType<? extends SquidEntity> type, World world)StriderEntity(EntityType<? extends StriderEntity> type, World world)protectedTameableEntity(EntityType<? extends TameableEntity> type, World world)protectedTameableShoulderEntity(EntityType<? extends TameableShoulderEntity> type, World world)TraderLlamaEntity(EntityType<? extends TraderLlamaEntity> type, World world)TropicalFishEntity(EntityType<? extends TropicalFishEntity> type, World world)TurtleEntity(EntityType<? extends TurtleEntity> type, World world)VillagerEntity(EntityType<? extends VillagerEntity> type, World world)VillagerEntity(EntityType<? extends VillagerEntity> entityType, World world, VillagerType type)WanderingTraderEntity(EntityType<? extends WanderingTraderEntity> type, World world)WolfEntity(EntityType<? extends WolfEntity> type, World world) -
Uses of EntityType in net.minecraft.entity.projectile
Constructors in net.minecraft.entity.projectile with parameters of type EntityTypeModifierConstructorDescriptionAbstractFireballEntity(EntityType<? extends AbstractFireballEntity> type, double x, double y, double z, double directionX, double directionY, double directionZ, World world)AbstractFireballEntity(EntityType<? extends AbstractFireballEntity> type, LivingEntity owner, double directionX, double directionY, double directionZ, World world)AbstractFireballEntity(EntityType<? extends AbstractFireballEntity> type, World world)ArrowEntity(EntityType<? extends ArrowEntity> type, World world)DragonFireballEntity(EntityType<? extends DragonFireballEntity> type, World world)ExplosiveProjectileEntity(EntityType<? extends ExplosiveProjectileEntity> type, double x, double y, double z, double directionX, double directionY, double directionZ, World world)ExplosiveProjectileEntity(EntityType<? extends ExplosiveProjectileEntity> type, LivingEntity owner, double directionX, double directionY, double directionZ, World world)protectedExplosiveProjectileEntity(EntityType<? extends ExplosiveProjectileEntity> type, World world)FireballEntity(EntityType<? extends FireballEntity> type, World world)FireworkRocketEntity(EntityType<? extends FireworkRocketEntity> type, World world)FishingBobberEntity(EntityType<? extends FishingBobberEntity> type, World world)privateFishingBobberEntity(EntityType<? extends FishingBobberEntity> type, World world, int lureLevel, int luckOfTheSeaLevel)LlamaSpitEntity(EntityType<? extends LlamaSpitEntity> type, World world)protectedPersistentProjectileEntity(EntityType<? extends PersistentProjectileEntity> type, double x, double y, double z, World world)protectedPersistentProjectileEntity(EntityType<? extends PersistentProjectileEntity> type, LivingEntity owner, World world)protectedPersistentProjectileEntity(EntityType<? extends PersistentProjectileEntity> type, World world)(package private)ProjectileEntity(EntityType<? extends ProjectileEntity> type, World world)ShulkerBulletEntity(EntityType<? extends ShulkerBulletEntity> type, World world)SmallFireballEntity(EntityType<? extends SmallFireballEntity> type, World world)SpectralArrowEntity(EntityType<? extends SpectralArrowEntity> type, World world)TridentEntity(EntityType<? extends TridentEntity> type, World world)WitherSkullEntity(EntityType<? extends WitherSkullEntity> type, World world) -
Uses of EntityType in net.minecraft.entity.projectile.thrown
Constructors in net.minecraft.entity.projectile.thrown with parameters of type EntityTypeModifierConstructorDescriptionEggEntity(EntityType<? extends EggEntity> type, World world)EnderPearlEntity(EntityType<? extends EnderPearlEntity> type, World world)ExperienceBottleEntity(EntityType<? extends ExperienceBottleEntity> type, World world)PotionEntity(EntityType<? extends PotionEntity> type, World world)SnowballEntity(EntityType<? extends SnowballEntity> type, World world)protectedThrownEntity(EntityType<? extends ThrownEntity> type, double x, double y, double z, World world)protectedThrownEntity(EntityType<? extends ThrownEntity> type, LivingEntity owner, World world)protectedThrownEntity(EntityType<? extends ThrownEntity> type, World world)ThrownItemEntity(EntityType<? extends ThrownItemEntity> type, double x, double y, double z, World world)ThrownItemEntity(EntityType<? extends ThrownItemEntity> type, LivingEntity owner, World world)ThrownItemEntity(EntityType<? extends ThrownItemEntity> type, World world) -
Uses of EntityType in net.minecraft.entity.raid
Constructors in net.minecraft.entity.raid with parameters of type EntityTypeModifierConstructorDescriptionprotectedRaiderEntity(EntityType<? extends RaiderEntity> type, World world) -
Uses of EntityType in net.minecraft.entity.vehicle
Constructors in net.minecraft.entity.vehicle with parameters of type EntityTypeModifierConstructorDescriptionprotectedAbstractMinecartEntity(EntityType<?> type, World world)protectedAbstractMinecartEntity(EntityType<?> type, World world, double x, double y, double z)BoatEntity(EntityType<? extends BoatEntity> type, World world)ChestMinecartEntity(EntityType<? extends ChestMinecartEntity> type, World world)CommandBlockMinecartEntity(EntityType<? extends CommandBlockMinecartEntity> type, World world)FurnaceMinecartEntity(EntityType<? extends FurnaceMinecartEntity> type, World world)HopperMinecartEntity(EntityType<? extends HopperMinecartEntity> type, World world)MinecartEntity(EntityType<?> type, World world)SpawnerMinecartEntity(EntityType<? extends SpawnerMinecartEntity> type, World world)protectedStorageMinecartEntity(EntityType<?> type, double x, double y, double z, World world)protectedStorageMinecartEntity(EntityType<?> type, World world)TntMinecartEntity(EntityType<? extends TntMinecartEntity> type, World world) -
Uses of EntityType in net.minecraft.item
Fields in net.minecraft.item declared as EntityTypeModifier and TypeFieldDescriptionprivate EntityType<? extends AbstractDecorationEntity>DecorationItem.entityTypeprivate EntityType<?>EntityBucketItem.entityTypeprivate EntityType<T>OnAStickItem.targetprivate EntityType<?>SpawnEggItem.typeFields in net.minecraft.item with type parameters of type EntityTypeModifier and TypeFieldDescriptionprivate static Map<EntityType<? extends MobEntity>,SpawnEggItem>SpawnEggItem.SPAWN_EGGSMethods in net.minecraft.item that return EntityTypeModifier and TypeMethodDescriptionEntityType<?>SpawnEggItem.getEntityType(@Nullable NbtCompound nbt)Methods in net.minecraft.item with parameters of type EntityTypeModifier and TypeMethodDescriptionstatic @Nullable SpawnEggItemSpawnEggItem.forEntity(@Nullable EntityType<?> type)booleanSpawnEggItem.isOfSameEntityType(@Nullable NbtCompound nbt, EntityType<?> type)SpawnEggItem.spawnBaby(PlayerEntity user, MobEntity entity, EntityType<? extends MobEntity> entityType, ServerWorld world, Vec3d pos, ItemStack stack)Constructors in net.minecraft.item with parameters of type EntityTypeModifierConstructorDescriptionDecorationItem(EntityType<? extends AbstractDecorationEntity> type, Item.Settings settings)EntityBucketItem(EntityType<?> type, Fluid fluid, SoundEvent emptyingSound, Item.Settings settings)ItemFrameItem(EntityType<? extends AbstractDecorationEntity> type, Item.Settings settings)OnAStickItem(Item.Settings settings, EntityType<T> target, int damagePerUse)SpawnEggItem(EntityType<? extends MobEntity> type, int primaryColor, int secondaryColor, Item.Settings settings) -
Uses of EntityType in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play declared as EntityTypeMethods in net.minecraft.network.packet.s2c.play that return EntityTypeConstructors in net.minecraft.network.packet.s2c.play with parameters of type EntityTypeModifierConstructorDescriptionEntitySpawnS2CPacket(int id, UUID uuid, double x, double y, double z, float pitch, float yaw, EntityType<?> entityTypeId, int entityData, Vec3d velocity)EntitySpawnS2CPacket(Entity entity, EntityType<?> entityType, int data, BlockPos pos) -
Uses of EntityType in net.minecraft.predicate.entity
Fields in net.minecraft.predicate.entity declared as EntityTypeFields in net.minecraft.predicate.entity with type parameters of type EntityTypeMethods in net.minecraft.predicate.entity with parameters of type EntityTypeModifier and TypeMethodDescriptionstatic EntityTypePredicateEntityTypePredicate.create(EntityType<?> type)abstract booleanEntityTypePredicate.matches(EntityType<?> type)booleanEntityTypePredicate.Single.matches(EntityType<?> type)booleanEntityTypePredicate.Tagged.matches(EntityType<?> type)EntityPredicate.Builder.type(EntityType<?> type)Method parameters in net.minecraft.predicate.entity with type arguments of type EntityTypeModifier and TypeMethodDescriptionstatic EntityTypePredicateEntityTypePredicate.create(Tag<EntityType<?>> tag)EntityPredicate.Builder.type(Tag<EntityType<?>> tag)Constructors in net.minecraft.predicate.entity with parameters of type EntityTypeConstructor parameters in net.minecraft.predicate.entity with type arguments of type EntityType -
Uses of EntityType in net.minecraft.stat
Fields in net.minecraft.stat with type parameters of type EntityTypeModifier and TypeFieldDescriptionstatic StatType<EntityType<?>>Stats.KILLEDstatic StatType<EntityType<?>>Stats.KILLED_BY -
Uses of EntityType in net.minecraft.tag
Fields in net.minecraft.tag with type parameters of type EntityTypeModifier and TypeFieldDescriptionstatic Tag.Identified<EntityType<?>>EntityTypeTags.ARROWSstatic Tag.Identified<EntityType<?>>EntityTypeTags.AXOLOTL_ALWAYS_HOSTILESstatic Tag.Identified<EntityType<?>>EntityTypeTags.AXOLOTL_HUNT_TARGETSstatic Tag.Identified<EntityType<?>>EntityTypeTags.BEEHIVE_INHABITORSstatic Tag.Identified<EntityType<?>>EntityTypeTags.FREEZE_HURTS_EXTRA_TYPESstatic Tag.Identified<EntityType<?>>EntityTypeTags.FREEZE_IMMUNE_ENTITY_TYPESstatic Tag.Identified<EntityType<?>>EntityTypeTags.IMPACT_PROJECTILESstatic Tag.Identified<EntityType<?>>EntityTypeTags.POWDER_SNOW_WALKABLE_MOBSstatic Tag.Identified<EntityType<?>>EntityTypeTags.RAIDERSprotected static RequiredTagList<EntityType<?>>EntityTypeTags.REQUIRED_TAGSstatic Tag.Identified<EntityType<?>>EntityTypeTags.SKELETONSMethods in net.minecraft.tag that return types with arguments of type EntityTypeModifier and TypeMethodDescriptionstatic TagGroup<EntityType<?>>EntityTypeTags.getTagGroup()private static Tag.Identified<EntityType<?>> -
Uses of EntityType in net.minecraft.test
Methods in net.minecraft.test with parameters of type EntityTypeModifier and TypeMethodDescriptionvoidTestContext.dontExpectEntity(EntityType<?> type)voidTestContext.dontExpectEntityAt(EntityType<?> type, int x, int y, int z)voidTestContext.dontExpectEntityAt(EntityType<?> type, BlockPos pos)voidTestContext.dontExpectEntityToTouch(EntityType<?> type, double x, double y, double z)voidTestContext.expectEntity(EntityType<?> type)voidTestContext.expectEntityAround(EntityType<?> type, BlockPos pos, double radius)voidTestContext.expectEntityAt(EntityType<?> type, int x, int y, int z)voidTestContext.expectEntityAt(EntityType<?> type, BlockPos pos)voidTestContext.expectEntityToTouch(EntityType<?> type, double x, double y, double z)<E extends Entity, T>
voidTestContext.expectEntityWithData(BlockPos pos, EntityType<E> type, Function<? super E,T> entityDataGetter, T data)<E extends Entity, T>
voidTestContext.method_36015(BlockPos blockPos, EntityType<E> entityType, Function<E,T> function, T t)voidTestContext.method_36037(EntityType<?> type, int x, int y, int z)voidTestContext.method_36038(EntityType<?> type, BlockPos pos)voidTestContext.method_36042(EntityType<?> type, int x, int y, int z)voidTestContext.method_36043(EntityType<?> type, BlockPos pos)<E extends Entity>
ETestContext.spawnEntity(EntityType<E> type, float x, float y, float z)<E extends Entity>
ETestContext.spawnEntity(EntityType<E> type, int x, int y, int z)<E extends Entity>
ETestContext.spawnEntity(EntityType<E> type, BlockPos pos)<E extends Entity>
ETestContext.spawnEntity(EntityType<E> type, Vec3d pos)<E extends MobEntity>
ETestContext.spawnMob(EntityType<E> type, float x, float y, float z)<E extends MobEntity>
ETestContext.spawnMob(EntityType<E> type, int x, int y, int z)<E extends MobEntity>
ETestContext.spawnMob(EntityType<E> type, BlockPos pos)<E extends MobEntity>
ETestContext.spawnMob(EntityType<E> type, Vec3d pos) -
Uses of EntityType in net.minecraft.text
Fields in net.minecraft.text declared as EntityTypeConstructors in net.minecraft.text with parameters of type EntityTypeModifierConstructorDescriptionEntityContent(EntityType<?> entityType, UUID uuid, @Nullable Text name) -
Uses of EntityType in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type EntityTypeModifier and TypeFieldDescriptionstatic DefaultedRegistry<EntityType<?>>Registry.ENTITY_TYPEstatic RegistryKey<Registry<EntityType<?>>>Registry.ENTITY_TYPE_KEY -
Uses of EntityType in net.minecraft.village.raid
Fields in net.minecraft.village.raid declared as EntityTypeModifier and TypeFieldDescription(package private) EntityType<? extends RaiderEntity>Raid.Member.typeConstructors in net.minecraft.village.raid with parameters of type EntityTypeModifierConstructorDescriptionprivateMember(EntityType<? extends RaiderEntity> type, int[] countInWave) -
Uses of EntityType in net.minecraft.world
Fields in net.minecraft.world declared as EntityTypeModifier and TypeFieldDescriptionprivate @Nullable EntityType<?>SpawnHelper.Info.cachedEntityTypeMethods in net.minecraft.world with parameters of type EntityTypeModifier and TypeMethodDescriptionstatic booleanSpawnHelper.canSpawn(SpawnRestriction.Location location, WorldView world, BlockPos pos, @Nullable EntityType<?> entityType)SpawnHelper.createMob(ServerWorld world, EntityType<?> type)private static BlockPosSpawnHelper.getEntitySpawnPos(WorldView world, EntityType<?> entityType, int x, int z)static booleanSpawnHelper.isClearForSpawn(BlockView blockView, BlockPos pos, BlockState state, FluidState fluidState, EntityType<?> entityType)voidMobSpawnerLogic.setEntityId(EntityType<?> type)booleanSpawnHelper.Checker.test(EntityType<?> type, BlockPos pos, Chunk chunk)private booleanSpawnHelper.Info.test(EntityType<?> type, BlockPos pos, Chunk chunk) -
Uses of EntityType in net.minecraft.world.biome
Fields in net.minecraft.world.biome declared as EntityTypeFields in net.minecraft.world.biome with type parameters of type EntityTypeModifier and TypeFieldDescriptionprivate Map<EntityType<?>,SpawnSettings.SpawnDensity>SpawnSettings.Builder.spawnCostsprivate Map<EntityType<?>,SpawnSettings.SpawnDensity>SpawnSettings.spawnCostsMethods in net.minecraft.world.biome with parameters of type EntityTypeModifier and TypeMethodDescriptionSpawnSettings.getSpawnDensity(EntityType<?> entityType)SpawnSettings.Builder.spawnCost(EntityType<?> entityType, double mass, double gravityLimit)Constructors in net.minecraft.world.biome with parameters of type EntityTypeModifierConstructorDescriptionSpawnEntry(EntityType<?> type, int weight, int minGroupSize, int maxGroupSize)SpawnEntry(EntityType<?> type, Weight weight, int minGroupSize, int maxGroupSize) -
Uses of EntityType in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature declared as EntityTypeModifier and TypeFieldDescriptionprivate static EntityType<?>[]DungeonFeature.MOB_SPAWNER_ENTITIESMethods in net.minecraft.world.gen.feature that return EntityTypeModifier and TypeMethodDescriptionprivate EntityType<?>DungeonFeature.getMobSpawnerEntity(Random random)