Uses of Class
net.minecraft.entity.EntityType
Packages that use EntityType
Package
Description
-
Uses of EntityType in net.minecraft.advancements.criterion
Fields in net.minecraft.advancements.criterion declared as EntityTypeModifier and TypeFieldDescriptionprivate final EntityType<?>EntityTypePredicate.TypePredicate.typeFields in net.minecraft.advancements.criterion with type parameters of type EntityTypeModifier and TypeFieldDescriptionprivate final ITag<EntityType<?>>EntityTypePredicate.TagPredicate.tagMethods in net.minecraft.advancements.criterion with parameters of type EntityTypeModifier and TypeMethodDescriptionabstract booleanEntityTypePredicate.matches(EntityType<?> p_209368_1_) booleanEntityTypePredicate.TagPredicate.matches(EntityType<?> p_209368_1_) booleanEntityTypePredicate.TypePredicate.matches(EntityType<?> p_209368_1_) EntityPredicate.Builder.of(EntityType<?> p_203998_1_) static EntityTypePredicateEntityTypePredicate.of(EntityType<?> p_217999_0_) Method parameters in net.minecraft.advancements.criterion with type arguments of type EntityTypeModifier and TypeMethodDescriptionEntityPredicate.Builder.of(ITag<EntityType<?>> p_217989_1_) static EntityTypePredicateEntityTypePredicate.of(ITag<EntityType<?>> p_217998_0_) Constructors in net.minecraft.advancements.criterion with parameters of type EntityTypeConstructor parameters in net.minecraft.advancements.criterion with type arguments of type EntityType -
Uses of EntityType in net.minecraft.block
Fields in net.minecraft.block with type parameters of type EntityTypeModifier and TypeFieldDescriptionprivate AbstractBlock.IExtendedPositionPredicate<EntityType<?>>AbstractBlock.Properties.isValidSpawnMethods in net.minecraft.block with parameters of type EntityTypeModifier and TypeMethodDescriptionprivate static BooleanBlocks.always(BlockState p_235437_0_, IBlockReader p_235437_1_, BlockPos p_235437_2_, EntityType<?> p_235437_3_) BedBlock.findBunkBedStandUpPosition(EntityType<?> p_242653_0_, ICollisionReader p_242653_1_, BlockPos p_242653_2_, Direction p_242653_3_, Direction p_242653_4_) BedBlock.findStandUpPosition(EntityType<?> p_242652_0_, ICollisionReader p_242652_1_, BlockPos p_242652_2_, float p_242652_3_) RespawnAnchorBlock.findStandUpPosition(EntityType<?> p_235560_0_, ICollisionReader p_235560_1_, BlockPos p_235560_2_) RespawnAnchorBlock.findStandUpPosition(EntityType<?> p_242678_0_, ICollisionReader p_242678_1_, BlockPos p_242678_2_, boolean p_242678_3_) BedBlock.findStandUpPositionAtOffset(EntityType<?> p_242654_0_, ICollisionReader p_242654_1_, BlockPos p_242654_2_, int[][] p_242654_3_, boolean p_242654_4_) booleanAbstractBlock.AbstractBlockState.isValidSpawn(IBlockReader p_215688_1_, BlockPos p_215688_2_, EntityType<?> p_215688_3_) private static BooleanBlocks.never(BlockState p_235427_0_, IBlockReader p_235427_1_, BlockPos p_235427_2_, EntityType<?> p_235427_3_) private static BooleanBlocks.ocelotOrParrot(BlockState p_235441_0_, IBlockReader p_235441_1_, BlockPos p_235441_2_, EntityType<?> p_235441_3_) Method parameters in net.minecraft.block with type arguments of type EntityTypeModifier and TypeMethodDescriptionAbstractBlock.Properties.isValidSpawn(AbstractBlock.IExtendedPositionPredicate<EntityType<?>> p_235827_1_) -
Uses of EntityType in net.minecraft.client.gui.screen
Fields in net.minecraft.client.gui.screen declared as EntityTypeConstructors in net.minecraft.client.gui.screen with parameters of type EntityType -
Uses of EntityType in net.minecraft.client.renderer.entity
Fields in net.minecraft.client.renderer.entity with type parameters of type EntityTypeModifier and TypeFieldDescriptionprivate static final Map<EntityType<?>,ResourceLocation> ChestedHorseRenderer.MAPprivate static final Map<EntityType<?>,ResourceLocation> UndeadHorseRenderer.MAPfinal Map<EntityType<?>,EntityRenderer<?>> EntityRendererManager.renderersprivate static final Map<EntityType<?>,ResourceLocation> PiglinRenderer.resourceLocationsMethods in net.minecraft.client.renderer.entity with parameters of type EntityTypeModifier and TypeMethodDescription<T extends Entity>
voidEntityRendererManager.register(EntityType<T> p_229087_1_, EntityRenderer<? super T> p_229087_2_) -
Uses of EntityType in net.minecraft.command.arguments
Fields in net.minecraft.command.arguments declared as EntityTypeModifier and TypeFieldDescriptionprivate final EntityType<?>EntitySelector.typeprivate EntityType<?>EntitySelectorParser.typeMethods in net.minecraft.command.arguments with parameters of type EntityTypeModifier and TypeMethodDescriptionvoidEntitySelectorParser.limitToType(EntityType<?> p_218114_1_) Constructors in net.minecraft.command.arguments with parameters of type EntityTypeModifierConstructorDescriptionEntitySelector(int p_i50800_1_, boolean p_i50800_2_, boolean p_i50800_3_, Predicate<Entity> p_i50800_4_, MinMaxBounds.FloatBound p_i50800_5_, Function<Vector3d, Vector3d> p_i50800_6_, AxisAlignedBB p_i50800_7_, BiConsumer<Vector3d, List<? extends Entity>> p_i50800_8_, boolean p_i50800_9_, String p_i50800_10_, UUID p_i50800_11_, EntityType<?> p_i50800_12_, boolean p_i50800_13_) -
Uses of EntityType in net.minecraft.data.advancements
Fields in net.minecraft.data.advancements declared as EntityTypeModifier and TypeFieldDescriptionprivate static final EntityType<?>[]HusbandryAdvancements.BREEDABLE_ANIMALSprivate static final EntityType<?>[]AdventureAdvancements.MOBS_TO_KILL -
Uses of EntityType in net.minecraft.data.loot
Fields in net.minecraft.data.loot with type parameters of type EntityTypeModifier and TypeFieldDescriptionprivate static final Set<EntityType<?>>EntityLootTables.SPECIAL_LOOT_TABLE_TYPESMethods in net.minecraft.data.loot that return types with arguments of type EntityTypeModifier and TypeMethodDescriptionprotected Iterable<EntityType<?>>EntityLootTables.getKnownEntities()Methods in net.minecraft.data.loot with parameters of type EntityTypeModifier and TypeMethodDescriptionprotected voidEntityLootTables.add(EntityType<?> p_218582_1_, LootTable.Builder p_218582_2_) protected booleanEntityLootTables.isNonLiving(EntityType<?> entitytype) -
Uses of EntityType in net.minecraft.entity
Fields in net.minecraft.entity declared as EntityTypeModifier and TypeFieldDescriptionstatic final EntityType<AreaEffectCloudEntity>EntityType.AREA_EFFECT_CLOUDstatic final EntityType<ArmorStandEntity>EntityType.ARMOR_STANDstatic final EntityType<ArrowEntity>EntityType.ARROWstatic final EntityType<BatEntity>EntityType.BATstatic final EntityType<BeeEntity>EntityType.BEEstatic final EntityType<BlazeEntity>EntityType.BLAZEstatic final EntityType<BoatEntity>EntityType.BOATstatic final EntityType<CatEntity>EntityType.CATstatic final EntityType<CaveSpiderEntity>EntityType.CAVE_SPIDERstatic final EntityType<ChestMinecartEntity>EntityType.CHEST_MINECARTstatic final EntityType<ChickenEntity>EntityType.CHICKENstatic final EntityType<CodEntity>EntityType.CODstatic final EntityType<CommandBlockMinecartEntity>EntityType.COMMAND_BLOCK_MINECARTstatic final EntityType<CowEntity>EntityType.COWstatic final EntityType<CreeperEntity>EntityType.CREEPERstatic final EntityType<DolphinEntity>EntityType.DOLPHINstatic final EntityType<DonkeyEntity>EntityType.DONKEYstatic final EntityType<DragonFireballEntity>EntityType.DRAGON_FIREBALLstatic final EntityType<DrownedEntity>EntityType.DROWNEDstatic final EntityType<EggEntity>EntityType.EGGstatic final EntityType<ElderGuardianEntity>EntityType.ELDER_GUARDIANstatic final EntityType<EnderCrystalEntity>EntityType.END_CRYSTALstatic final EntityType<EnderDragonEntity>EntityType.ENDER_DRAGONstatic final EntityType<EnderPearlEntity>EntityType.ENDER_PEARLstatic final EntityType<EndermanEntity>EntityType.ENDERMANstatic final EntityType<EndermiteEntity>EntityType.ENDERMITEstatic final EntityType<EvokerEntity>EntityType.EVOKERstatic final EntityType<EvokerFangsEntity>EntityType.EVOKER_FANGSstatic final EntityType<ExperienceBottleEntity>EntityType.EXPERIENCE_BOTTLEstatic final EntityType<ExperienceOrbEntity>EntityType.EXPERIENCE_ORBstatic final EntityType<EyeOfEnderEntity>EntityType.EYE_OF_ENDERstatic final EntityType<FallingBlockEntity>EntityType.FALLING_BLOCKstatic final EntityType<FireballEntity>EntityType.FIREBALLstatic final EntityType<FireworkRocketEntity>EntityType.FIREWORK_ROCKETstatic final EntityType<FishingBobberEntity>EntityType.FISHING_BOBBERstatic final EntityType<FoxEntity>EntityType.FOXstatic final EntityType<FurnaceMinecartEntity>EntityType.FURNACE_MINECARTstatic final EntityType<GhastEntity>EntityType.GHASTstatic final EntityType<GiantEntity>EntityType.GIANTstatic final EntityType<GuardianEntity>EntityType.GUARDIANstatic final EntityType<HoglinEntity>EntityType.HOGLINstatic final EntityType<HopperMinecartEntity>EntityType.HOPPER_MINECARTstatic final EntityType<HorseEntity>EntityType.HORSEstatic final EntityType<HuskEntity>EntityType.HUSKstatic final EntityType<IllusionerEntity>EntityType.ILLUSIONERstatic final EntityType<IronGolemEntity>EntityType.IRON_GOLEMstatic final EntityType<ItemEntity>EntityType.ITEMstatic final EntityType<ItemFrameEntity>EntityType.ITEM_FRAMEstatic final EntityType<LeashKnotEntity>EntityType.LEASH_KNOTstatic final EntityType<LightningBoltEntity>EntityType.LIGHTNING_BOLTstatic final EntityType<LlamaEntity>EntityType.LLAMAstatic final EntityType<LlamaSpitEntity>EntityType.LLAMA_SPITstatic final EntityType<MagmaCubeEntity>EntityType.MAGMA_CUBEstatic final EntityType<MinecartEntity>EntityType.MINECARTstatic final EntityType<MooshroomEntity>EntityType.MOOSHROOMstatic final EntityType<MuleEntity>EntityType.MULEstatic final EntityType<OcelotEntity>EntityType.OCELOTstatic final EntityType<PaintingEntity>EntityType.PAINTINGstatic final EntityType<PandaEntity>EntityType.PANDAstatic final EntityType<ParrotEntity>EntityType.PARROTstatic final EntityType<PhantomEntity>EntityType.PHANTOMstatic final EntityType<PigEntity>EntityType.PIGstatic final EntityType<PiglinEntity>EntityType.PIGLINstatic final EntityType<PiglinBruteEntity>EntityType.PIGLIN_BRUTEstatic final EntityType<PillagerEntity>EntityType.PILLAGERstatic final EntityType<PlayerEntity>EntityType.PLAYERstatic final EntityType<PolarBearEntity>EntityType.POLAR_BEARstatic final EntityType<PotionEntity>EntityType.POTIONstatic final EntityType<PufferfishEntity>EntityType.PUFFERFISHstatic final EntityType<RabbitEntity>EntityType.RABBITstatic final EntityType<RavagerEntity>EntityType.RAVAGERstatic final EntityType<SalmonEntity>EntityType.SALMONstatic final EntityType<SheepEntity>EntityType.SHEEPstatic final EntityType<ShulkerEntity>EntityType.SHULKERstatic final EntityType<ShulkerBulletEntity>EntityType.SHULKER_BULLETstatic final EntityType<SilverfishEntity>EntityType.SILVERFISHstatic final EntityType<SkeletonEntity>EntityType.SKELETONstatic final EntityType<SkeletonHorseEntity>EntityType.SKELETON_HORSEstatic final EntityType<SlimeEntity>EntityType.SLIMEstatic final EntityType<SmallFireballEntity>EntityType.SMALL_FIREBALLstatic final EntityType<SnowGolemEntity>EntityType.SNOW_GOLEMstatic final EntityType<SnowballEntity>EntityType.SNOWBALLstatic final EntityType<SpawnerMinecartEntity>EntityType.SPAWNER_MINECARTstatic final EntityType<SpectralArrowEntity>EntityType.SPECTRAL_ARROWstatic final EntityType<SpiderEntity>EntityType.SPIDERstatic final EntityType<SquidEntity>EntityType.SQUIDstatic final EntityType<StrayEntity>EntityType.STRAYstatic final EntityType<StriderEntity>EntityType.STRIDERstatic final EntityType<TNTEntity>EntityType.TNTstatic final EntityType<TNTMinecartEntity>EntityType.TNT_MINECARTstatic final EntityType<TraderLlamaEntity>EntityType.TRADER_LLAMAstatic final EntityType<TridentEntity>EntityType.TRIDENTstatic final EntityType<TropicalFishEntity>EntityType.TROPICAL_FISHstatic final EntityType<TurtleEntity>EntityType.TURTLEprivate final EntityType<?>Entity.typeDeprecated.static final EntityType<VexEntity>EntityType.VEXstatic final EntityType<VillagerEntity>EntityType.VILLAGERstatic final EntityType<VindicatorEntity>EntityType.VINDICATORstatic final EntityType<WanderingTraderEntity>EntityType.WANDERING_TRADERstatic final EntityType<WitchEntity>EntityType.WITCHstatic final EntityType<WitherEntity>EntityType.WITHERstatic final EntityType<WitherSkeletonEntity>EntityType.WITHER_SKELETONstatic final EntityType<WitherSkullEntity>EntityType.WITHER_SKULLstatic final EntityType<WolfEntity>EntityType.WOLFstatic final EntityType<ZoglinEntity>EntityType.ZOGLINstatic final EntityType<ZombieEntity>EntityType.ZOMBIEstatic final EntityType<ZombieHorseEntity>EntityType.ZOMBIE_HORSEstatic final EntityType<ZombieVillagerEntity>EntityType.ZOMBIE_VILLAGERstatic final EntityType<ZombifiedPiglinEntity>EntityType.ZOMBIFIED_PIGLINFields in net.minecraft.entity with type parameters of type EntityTypeModifier and TypeFieldDescriptionprivate static final Map<EntityType<?>,EntitySpawnPlacementRegistry.Entry> EntitySpawnPlacementRegistry.DATA_BY_TYPEprivate TriPredicate<IWorldReader,BlockPos, EntityType<?>> EntitySpawnPlacementRegistry.PlacementType.predicateprivate final ReverseTagWrapper<EntityType<?>>EntityType.reverseTagsprivate ToIntFunction<EntityType<?>>EntityType.Builder.trackingRangeSupplierprivate final ToIntFunction<EntityType<?>>EntityType.trackingRangeSupplierprivate ToIntFunction<EntityType<?>>EntityType.Builder.updateIntervalSupplierprivate final ToIntFunction<EntityType<?>>EntityType.updateIntervalSupplierprivate Predicate<EntityType<?>>EntityType.Builder.velocityUpdateSupplierprivate final Predicate<EntityType<?>>EntityType.velocityUpdateSupplierMethods in net.minecraft.entity that return EntityTypeModifier and TypeMethodDescriptionEntityType<?>Entity.getType()private static <T extends Entity>
EntityType<T>EntityType.register(String p_200712_0_, EntityType.Builder<T> p_200712_1_) Methods in net.minecraft.entity that return types with arguments of type EntityTypeModifier and TypeMethodDescriptionstatic Optional<EntityType<?>>EntityType.by(CompoundNBT p_220347_0_) static Optional<EntityType<?>>Methods in net.minecraft.entity with parameters of type EntityTypeModifier and TypeMethodDescriptionbooleanLivingEntity.canAttackType(EntityType<?> p_213358_1_) booleanMobEntity.canAttackType(EntityType<?> p_213358_1_) booleanEntitySpawnPlacementRegistry.PlacementType.canSpawnAt(IWorldReader world, BlockPos pos, EntityType<?> type) static booleanMobEntity.checkMobSpawnRules(EntityType<? extends MobEntity> p_223315_0_, IWorld p_223315_1_, SpawnReason p_223315_2_, BlockPos p_223315_3_, Random p_223315_4_) static <T extends Entity>
booleanEntitySpawnPlacementRegistry.checkSpawnRules(EntityType<T> p_223515_0_, IServerWorld p_223515_1_, SpawnReason p_223515_2_, BlockPos p_223515_3_, Random p_223515_4_) <T extends MobEntity>
TMobEntity.convertTo(EntityType<T> p_233656_1_, boolean p_233656_2_) private static EntityEntityType.create(World p_200719_0_, EntityType<?> p_200719_1_) EntityType.IFactory.create(EntityType<T> p_create_1_, World p_create_2_) static Heightmap.TypeEntitySpawnPlacementRegistry.getHeightmapType(EntityType<?> p_209342_0_) static ResourceLocationEntityType.getKey(EntityType<?> p_200718_0_) EntitySpawnPlacementRegistry.getPlacementType(EntityType<?> p_209344_0_) static <T extends MobEntity>
voidEntitySpawnPlacementRegistry.register(EntityType<T> p_209343_0_, EntitySpawnPlacementRegistry.PlacementType p_209343_1_, Heightmap.Type p_209343_2_, EntitySpawnPlacementRegistry.IPlacementPredicate<T> p_209343_3_) booleanEntitySpawnPlacementRegistry.IPlacementPredicate.test(EntityType<T> p_test_1_, IServerWorld p_test_2_, SpawnReason p_test_3_, BlockPos p_test_4_, Random p_test_5_) Method parameters in net.minecraft.entity with type arguments of type EntityTypeModifier and TypeMethodDescriptionEntitySpawnPlacementRegistry.PlacementType.create(String name, TriPredicate<IWorldReader, BlockPos, EntityType<? extends MobEntity>> predicate) booleanEntityType.is(ITag<EntityType<?>> p_220341_1_) Constructors in net.minecraft.entity with parameters of type EntityTypeModifierConstructorDescriptionprotectedAgeableEntity(EntityType<? extends AgeableEntity> p_i48581_1_, World p_i48581_2_) AreaEffectCloudEntity(EntityType<? extends AreaEffectCloudEntity> p_i50389_1_, World p_i50389_2_) protectedCreatureEntity(EntityType<? extends CreatureEntity> p_i48575_1_, World p_i48575_2_) Entity(EntityType<?> p_i48580_1_, World p_i48580_2_) protectedFlyingEntity(EntityType<? extends FlyingEntity> p_i48578_1_, World p_i48578_2_) protectedLivingEntity(EntityType<? extends LivingEntity> p_i48577_1_, World p_i48577_2_) protectedMobEntity(EntityType<? extends MobEntity> p_i48576_1_, World p_i48576_2_) Constructor parameters in net.minecraft.entity with type arguments of type EntityTypeModifierConstructorDescriptionEntityType(EntityType.IFactory<T> p_i231489_1_, EntityClassification p_i231489_2_, boolean p_i231489_3_, boolean p_i231489_4_, boolean p_i231489_5_, boolean p_i231489_6_, com.google.common.collect.ImmutableSet<Block> p_i231489_7_, EntitySize p_i231489_8_, int p_i231489_9_, int p_i231489_10_, Predicate<EntityType<?>> velocityUpdateSupplier, ToIntFunction<EntityType<?>> trackingRangeSupplier, ToIntFunction<EntityType<?>> updateIntervalSupplier, BiFunction<FMLPlayMessages.SpawnEntity, World, T> customClientFactory) EntityType(EntityType.IFactory<T> p_i231489_1_, EntityClassification p_i231489_2_, boolean p_i231489_3_, boolean p_i231489_4_, boolean p_i231489_5_, boolean p_i231489_6_, com.google.common.collect.ImmutableSet<Block> p_i231489_7_, EntitySize p_i231489_8_, int p_i231489_9_, int p_i231489_10_, Predicate<EntityType<?>> velocityUpdateSupplier, ToIntFunction<EntityType<?>> trackingRangeSupplier, ToIntFunction<EntityType<?>> updateIntervalSupplier, BiFunction<FMLPlayMessages.SpawnEntity, World, T> customClientFactory) privatePlacementType(TriPredicate<IWorldReader, BlockPos, EntityType<?>> predicate) -
Uses of EntityType in net.minecraft.entity.ai.attributes
Fields in net.minecraft.entity.ai.attributes with type parameters of type EntityTypeModifier and TypeFieldDescriptionprivate static final Map<EntityType<? extends LivingEntity>,AttributeModifierMap> GlobalEntityTypeAttributes.FORGE_ATTRIBUTESDeprecated.private static final Map<EntityType<? extends LivingEntity>,AttributeModifierMap> GlobalEntityTypeAttributes.SUPPLIERSMethods in net.minecraft.entity.ai.attributes with parameters of type EntityTypeModifier and TypeMethodDescriptionstatic AttributeModifierMapGlobalEntityTypeAttributes.getSupplier(EntityType<? extends LivingEntity> p_233835_0_) static booleanGlobalEntityTypeAttributes.hasSupplier(EntityType<?> p_233837_0_) static AttributeModifierMapGlobalEntityTypeAttributes.put(EntityType<? extends LivingEntity> type, AttributeModifierMap map) Deprecated. -
Uses of EntityType in net.minecraft.entity.ai.brain
Methods in net.minecraft.entity.ai.brain with parameters of type EntityTypeModifier and TypeMethodDescriptionstatic booleanBrainUtil.targetIsValid(Brain<?> p_220623_0_, MemoryModuleType<? extends LivingEntity> p_220623_1_, EntityType<?> p_220623_2_) -
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 final com.google.common.collect.ImmutableMap<EntityType<?>,Float> VillagerHostilesSensor.ACCEPTABLE_DISTANCE_FROM_HOSTILES -
Uses of EntityType in net.minecraft.entity.ai.brain.task
Fields in net.minecraft.entity.ai.brain.task declared as EntityTypeModifier and TypeFieldDescriptionprivate final EntityType<? extends AnimalEntity>AnimalBreedTask.partnerTypeprivate final EntityType<?>FindInteractionAndLookTargetTask.typeprivate final EntityType<? extends T>InteractWithEntityTask.typeMethods in net.minecraft.entity.ai.brain.task with parameters of type EntityTypeModifier and TypeMethodDescriptionstatic <T extends LivingEntity>
InteractWithEntityTask<LivingEntity,T> InteractWithEntityTask.of(EntityType<? extends T> p_220445_0_, int p_220445_1_, MemoryModuleType<T> p_220445_2_, float p_220445_3_, int p_220445_4_) Constructors in net.minecraft.entity.ai.brain.task with parameters of type EntityTypeModifierConstructorDescriptionAnimalBreedTask(EntityType<? extends AnimalEntity> p_i231506_1_, float p_i231506_2_) FindInteractionAndLookTargetTask(EntityType<?> p_i50348_1_, int p_i50348_2_) FindInteractionAndLookTargetTask(EntityType<?> p_i50347_1_, int p_i50347_2_, Predicate<LivingEntity> p_i50347_3_, Predicate<LivingEntity> p_i50347_4_) InteractWithEntityTask(EntityType<? extends T> p_i50363_1_, int p_i50363_2_, Predicate<E> p_i50363_3_, Predicate<T> p_i50363_4_, MemoryModuleType<T> p_i50363_5_, float p_i50363_6_, int p_i50363_7_) LookAtEntityTask(EntityType<?> p_i50351_1_, float p_i50351_2_) -
Uses of EntityType in net.minecraft.entity.boss
Constructors in net.minecraft.entity.boss with parameters of type EntityTypeModifierConstructorDescriptionWitherEntity(EntityType<? extends WitherEntity> p_i50226_1_, World p_i50226_2_) -
Uses of EntityType in net.minecraft.entity.boss.dragon
Constructors in net.minecraft.entity.boss.dragon with parameters of type EntityTypeModifierConstructorDescriptionEnderDragonEntity(EntityType<? extends EnderDragonEntity> p_i50230_1_, World p_i50230_2_) -
Uses of EntityType in net.minecraft.entity.effect
Constructors in net.minecraft.entity.effect with parameters of type EntityTypeModifierConstructorDescriptionLightningBoltEntity(EntityType<? extends LightningBoltEntity> p_i231491_1_, World p_i231491_2_) -
Uses of EntityType in net.minecraft.entity.item
Constructors in net.minecraft.entity.item with parameters of type EntityTypeModifierConstructorDescriptionArmorStandEntity(EntityType<? extends ArmorStandEntity> p_i50225_1_, World p_i50225_2_) BoatEntity(EntityType<? extends BoatEntity> p_i50129_1_, World p_i50129_2_) EnderCrystalEntity(EntityType<? extends EnderCrystalEntity> p_i50231_1_, World p_i50231_2_) EnderPearlEntity(EntityType<? extends EnderPearlEntity> p_i50153_1_, World p_i50153_2_) ExperienceBottleEntity(EntityType<? extends ExperienceBottleEntity> p_i50152_1_, World p_i50152_2_) ExperienceOrbEntity(EntityType<? extends ExperienceOrbEntity> p_i50382_1_, World p_i50382_2_) FallingBlockEntity(EntityType<? extends FallingBlockEntity> p_i50218_1_, World p_i50218_2_) protectedHangingEntity(EntityType<? extends HangingEntity> p_i48561_1_, World p_i48561_2_) protectedHangingEntity(EntityType<? extends HangingEntity> p_i48562_1_, World p_i48562_2_, BlockPos p_i48562_3_) ItemEntity(EntityType<? extends ItemEntity> p_i50217_1_, World p_i50217_2_) ItemFrameEntity(EntityType<? extends ItemFrameEntity> p_i50224_1_, World p_i50224_2_) LeashKnotEntity(EntityType<? extends LeashKnotEntity> p_i50223_1_, World p_i50223_2_) PaintingEntity(EntityType<? extends PaintingEntity> p_i50221_1_, World p_i50221_2_) TNTEntity(EntityType<? extends TNTEntity> p_i50216_1_, World p_i50216_2_) -
Uses of EntityType in net.minecraft.entity.item.minecart
Constructors in net.minecraft.entity.item.minecart with parameters of type EntityTypeModifierConstructorDescriptionprotectedAbstractMinecartEntity(EntityType<?> p_i48538_1_, World p_i48538_2_) protectedAbstractMinecartEntity(EntityType<?> p_i48539_1_, World p_i48539_2_, double p_i48539_3_, double p_i48539_5_, double p_i48539_7_) ChestMinecartEntity(EntityType<? extends ChestMinecartEntity> p_i50124_1_, World p_i50124_2_) CommandBlockMinecartEntity(EntityType<? extends CommandBlockMinecartEntity> p_i50123_1_, World p_i50123_2_) protectedContainerMinecartEntity(EntityType<?> p_i48537_1_, double p_i48537_2_, double p_i48537_4_, double p_i48537_6_, World p_i48537_8_) protectedContainerMinecartEntity(EntityType<?> p_i48536_1_, World p_i48536_2_) FurnaceMinecartEntity(EntityType<? extends FurnaceMinecartEntity> p_i50119_1_, World p_i50119_2_) HopperMinecartEntity(EntityType<? extends HopperMinecartEntity> p_i50116_1_, World p_i50116_2_) MinecartEntity(EntityType<?> p_i50126_1_, World p_i50126_2_) SpawnerMinecartEntity(EntityType<? extends SpawnerMinecartEntity> p_i50114_1_, World p_i50114_2_) TNTMinecartEntity(EntityType<? extends TNTMinecartEntity> p_i50112_1_, World p_i50112_2_) -
Uses of EntityType in net.minecraft.entity.merchant.villager
Constructors in net.minecraft.entity.merchant.villager with parameters of type EntityTypeModifierConstructorDescriptionAbstractVillagerEntity(EntityType<? extends AbstractVillagerEntity> p_i50185_1_, World p_i50185_2_) VillagerEntity(EntityType<? extends VillagerEntity> p_i50182_1_, World p_i50182_2_) VillagerEntity(EntityType<? extends VillagerEntity> p_i50183_1_, World p_i50183_2_, VillagerType p_i50183_3_) WanderingTraderEntity(EntityType<? extends WanderingTraderEntity> p_i50178_1_, World p_i50178_2_) -
Uses of EntityType in net.minecraft.entity.monster
Methods in net.minecraft.entity.monster that return EntityTypeMethods in net.minecraft.entity.monster with parameters of type EntityTypeModifier and TypeMethodDescriptionbooleanPhantomEntity.canAttackType(EntityType<?> p_213358_1_) static booleanMonsterEntity.checkAnyLightMonsterSpawnRules(EntityType<? extends MonsterEntity> p_223324_0_, IWorld p_223324_1_, SpawnReason p_223324_2_, BlockPos p_223324_3_, Random p_223324_4_) static booleanDrownedEntity.checkDrownedSpawnRules(EntityType<DrownedEntity> p_223332_0_, IServerWorld p_223332_1_, SpawnReason p_223332_2_, BlockPos p_223332_3_, Random p_223332_4_) static booleanEndermiteEntity.checkEndermiteSpawnRules(EntityType<EndermiteEntity> p_223328_0_, IWorld p_223328_1_, SpawnReason p_223328_2_, BlockPos p_223328_3_, Random p_223328_4_) static booleanGhastEntity.checkGhastSpawnRules(EntityType<GhastEntity> p_223368_0_, IWorld p_223368_1_, SpawnReason p_223368_2_, BlockPos p_223368_3_, Random p_223368_4_) static booleanGuardianEntity.checkGuardianSpawnRules(EntityType<? extends GuardianEntity> p_223329_0_, IWorld p_223329_1_, SpawnReason p_223329_2_, BlockPos p_223329_3_, Random p_223329_4_) static booleanHoglinEntity.checkHoglinSpawnRules(EntityType<HoglinEntity> p_234361_0_, IWorld p_234361_1_, SpawnReason p_234361_2_, BlockPos p_234361_3_, Random p_234361_4_) static booleanHuskEntity.checkHuskSpawnRules(EntityType<HuskEntity> p_223334_0_, IServerWorld p_223334_1_, SpawnReason p_223334_2_, BlockPos p_223334_3_, Random p_223334_4_) static booleanMagmaCubeEntity.checkMagmaCubeSpawnRules(EntityType<MagmaCubeEntity> p_223367_0_, IWorld p_223367_1_, SpawnReason p_223367_2_, BlockPos p_223367_3_, Random p_223367_4_) static booleanMonsterEntity.checkMonsterSpawnRules(EntityType<? extends MonsterEntity> p_223325_0_, IServerWorld p_223325_1_, SpawnReason p_223325_2_, BlockPos p_223325_3_, Random p_223325_4_) static booleanPatrollerEntity.checkPatrollingMonsterSpawnRules(EntityType<? extends PatrollerEntity> p_223330_0_, IWorld p_223330_1_, SpawnReason p_223330_2_, BlockPos p_223330_3_, Random p_223330_4_) static booleanSlimeEntity.checkSlimeSpawnRules(EntityType<SlimeEntity> p_223366_0_, IWorld p_223366_1_, SpawnReason p_223366_2_, BlockPos p_223366_3_, Random p_223366_4_) static booleanSilverfishEntity.checkSliverfishSpawnRules(EntityType<SilverfishEntity> p_223331_0_, IWorld p_223331_1_, SpawnReason p_223331_2_, BlockPos p_223331_3_, Random p_223331_4_) static booleanStrayEntity.checkStraySpawnRules(EntityType<StrayEntity> p_223327_0_, IServerWorld p_223327_1_, SpawnReason p_223327_2_, BlockPos p_223327_3_, Random p_223327_4_) static booleanZombifiedPiglinEntity.checkZombifiedPiglinSpawnRules(EntityType<ZombifiedPiglinEntity> p_234351_0_, IWorld p_234351_1_, SpawnReason p_234351_2_, BlockPos p_234351_3_, Random p_234351_4_) protected voidZombieEntity.convertToZombieType(EntityType<? extends ZombieEntity> p_234341_1_) Constructors in net.minecraft.entity.monster with parameters of type EntityTypeModifierConstructorDescriptionprotectedAbstractIllagerEntity(EntityType<? extends AbstractIllagerEntity> p_i48556_1_, World p_i48556_2_) protectedAbstractRaiderEntity(EntityType<? extends AbstractRaiderEntity> p_i50143_1_, World p_i50143_2_) protectedAbstractSkeletonEntity(EntityType<? extends AbstractSkeletonEntity> p_i48555_1_, World p_i48555_2_) BlazeEntity(EntityType<? extends BlazeEntity> p_i50215_1_, World p_i50215_2_) CaveSpiderEntity(EntityType<? extends CaveSpiderEntity> p_i50214_1_, World p_i50214_2_) CreeperEntity(EntityType<? extends CreeperEntity> p_i50213_1_, World p_i50213_2_) DrownedEntity(EntityType<? extends DrownedEntity> p_i50212_1_, World p_i50212_2_) ElderGuardianEntity(EntityType<? extends ElderGuardianEntity> p_i50211_1_, World p_i50211_2_) EndermanEntity(EntityType<? extends EndermanEntity> p_i50210_1_, World p_i50210_2_) EndermiteEntity(EntityType<? extends EndermiteEntity> p_i50209_1_, World p_i50209_2_) EvokerEntity(EntityType<? extends EvokerEntity> p_i50207_1_, World p_i50207_2_) GhastEntity(EntityType<? extends GhastEntity> p_i50206_1_, World p_i50206_2_) GiantEntity(EntityType<? extends GiantEntity> p_i50205_1_, World p_i50205_2_) GuardianEntity(EntityType<? extends GuardianEntity> p_i48554_1_, World p_i48554_2_) HoglinEntity(EntityType<? extends HoglinEntity> p_i231569_1_, World p_i231569_2_) HuskEntity(EntityType<? extends HuskEntity> p_i50204_1_, World p_i50204_2_) IllusionerEntity(EntityType<? extends IllusionerEntity> p_i50203_1_, World p_i50203_2_) MagmaCubeEntity(EntityType<? extends MagmaCubeEntity> p_i50202_1_, World p_i50202_2_) protectedMonsterEntity(EntityType<? extends MonsterEntity> p_i48553_1_, World p_i48553_2_) protectedPatrollerEntity(EntityType<? extends PatrollerEntity> p_i50201_1_, World p_i50201_2_) PhantomEntity(EntityType<? extends PhantomEntity> p_i50200_1_, World p_i50200_2_) PillagerEntity(EntityType<? extends PillagerEntity> p_i50198_1_, World p_i50198_2_) RavagerEntity(EntityType<? extends RavagerEntity> p_i50197_1_, World p_i50197_2_) ShulkerEntity(EntityType<? extends ShulkerEntity> p_i50196_1_, World p_i50196_2_) SilverfishEntity(EntityType<? extends SilverfishEntity> p_i50195_1_, World p_i50195_2_) SkeletonEntity(EntityType<? extends SkeletonEntity> p_i50194_1_, World p_i50194_2_) SlimeEntity(EntityType<? extends SlimeEntity> p_i48552_1_, World p_i48552_2_) protectedSpellcastingIllagerEntity(EntityType<? extends SpellcastingIllagerEntity> p_i48551_1_, World p_i48551_2_) SpiderEntity(EntityType<? extends SpiderEntity> p_i48550_1_, World p_i48550_2_) StrayEntity(EntityType<? extends StrayEntity> p_i50191_1_, World p_i50191_2_) VexEntity(EntityType<? extends VexEntity> p_i50190_1_, World p_i50190_2_) VindicatorEntity(EntityType<? extends VindicatorEntity> p_i50189_1_, World p_i50189_2_) WitchEntity(EntityType<? extends WitchEntity> p_i50188_1_, World p_i50188_2_) WitherSkeletonEntity(EntityType<? extends WitherSkeletonEntity> p_i50187_1_, World p_i50187_2_) ZoglinEntity(EntityType<? extends ZoglinEntity> p_i231566_1_, World p_i231566_2_) ZombieEntity(EntityType<? extends ZombieEntity> p_i48549_1_, World p_i48549_2_) ZombieVillagerEntity(EntityType<? extends ZombieVillagerEntity> p_i50186_1_, World p_i50186_2_) ZombifiedPiglinEntity(EntityType<? extends ZombifiedPiglinEntity> p_i231568_1_, World p_i231568_2_) -
Uses of EntityType in net.minecraft.entity.monster.piglin
Methods in net.minecraft.entity.monster.piglin with parameters of type EntityTypeModifier and TypeMethodDescriptionstatic booleanPiglinEntity.checkPiglinSpawnRules(EntityType<PiglinEntity> p_234418_0_, IWorld p_234418_1_, SpawnReason p_234418_2_, BlockPos p_234418_3_, Random p_234418_4_) static booleanPiglinTasks.isZombified(EntityType p_234459_0_) Constructors in net.minecraft.entity.monster.piglin with parameters of type EntityTypeModifierConstructorDescriptionAbstractPiglinEntity(EntityType<? extends AbstractPiglinEntity> p_i241915_1_, World p_i241915_2_) PiglinBruteEntity(EntityType<? extends PiglinBruteEntity> p_i241917_1_, World p_i241917_2_) PiglinEntity(EntityType<? extends AbstractPiglinEntity> p_i231570_1_, World p_i231570_2_) -
Uses of EntityType in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive with type parameters of type EntityTypeModifier and TypeFieldDescriptionprivate static final Map<EntityType<?>,SoundEvent> ParrotEntity.MOB_SOUND_MAPMethods in net.minecraft.entity.passive with parameters of type EntityTypeModifier and TypeMethodDescriptionbooleanIronGolemEntity.canAttackType(EntityType<?> p_213358_1_) static booleanAnimalEntity.checkAnimalSpawnRules(EntityType<? extends AnimalEntity> p_223316_0_, IWorld p_223316_1_, SpawnReason p_223316_2_, BlockPos p_223316_3_, Random p_223316_4_) static booleanBatEntity.checkBatSpawnRules(EntityType<BatEntity> p_223369_0_, IWorld p_223369_1_, SpawnReason p_223369_2_, BlockPos p_223369_3_, Random p_223369_4_) static booleanDolphinEntity.checkDolphinSpawnRules(EntityType<DolphinEntity> p_223364_0_, IWorld p_223364_1_, SpawnReason p_223364_2_, BlockPos p_223364_3_, Random p_223364_4_) static booleanMooshroomEntity.checkMushroomSpawnRules(EntityType<MooshroomEntity> p_223318_0_, IWorld p_223318_1_, SpawnReason p_223318_2_, BlockPos p_223318_3_, Random p_223318_4_) static booleanOcelotEntity.checkOcelotSpawnRules(EntityType<OcelotEntity> p_223319_0_, IWorld p_223319_1_, SpawnReason p_223319_2_, BlockPos p_223319_3_, Random p_223319_4_) static booleanParrotEntity.checkParrotSpawnRules(EntityType<ParrotEntity> p_223317_0_, IWorld p_223317_1_, SpawnReason p_223317_2_, BlockPos p_223317_3_, Random p_223317_4_) static booleanPolarBearEntity.checkPolarBearSpawnRules(EntityType<PolarBearEntity> p_223320_0_, IWorld p_223320_1_, SpawnReason p_223320_2_, BlockPos p_223320_3_, Random p_223320_4_) static booleanRabbitEntity.checkRabbitSpawnRules(EntityType<RabbitEntity> p_223321_0_, IWorld p_223321_1_, SpawnReason p_223321_2_, BlockPos p_223321_3_, Random p_223321_4_) static booleanSquidEntity.checkSquidSpawnRules(EntityType<SquidEntity> p_223365_0_, IWorld p_223365_1_, SpawnReason p_223365_2_, BlockPos p_223365_3_, Random p_223365_4_) static booleanStriderEntity.checkStriderSpawnRules(EntityType<StriderEntity> p_234314_0_, IWorld p_234314_1_, SpawnReason p_234314_2_, BlockPos p_234314_3_, Random p_234314_4_) static booleanTurtleEntity.checkTurtleSpawnRules(EntityType<TurtleEntity> p_223322_0_, IWorld p_223322_1_, SpawnReason p_223322_2_, BlockPos p_223322_3_, Random p_223322_4_) private static SoundEventParrotEntity.getImitatedSound(EntityType<?> p_200610_0_) Constructors in net.minecraft.entity.passive with parameters of type EntityTypeModifierConstructorDescriptionprotectedAmbientEntity(EntityType<? extends AmbientEntity> p_i48570_1_, World p_i48570_2_) protectedAnimalEntity(EntityType<? extends AnimalEntity> p_i48568_1_, World p_i48568_2_) BatEntity(EntityType<? extends BatEntity> p_i50290_1_, World p_i50290_2_) BeeEntity(EntityType<? extends BeeEntity> p_i225714_1_, World p_i225714_2_) CatEntity(EntityType<? extends CatEntity> p_i50284_1_, World p_i50284_2_) ChickenEntity(EntityType<? extends ChickenEntity> p_i50282_1_, World p_i50282_2_) CowEntity(EntityType<? extends CowEntity> p_i48567_1_, World p_i48567_2_) DolphinEntity(EntityType<? extends DolphinEntity> p_i50275_1_, World p_i50275_2_) FoxEntity(EntityType<? extends FoxEntity> p_i50271_1_, World p_i50271_2_) protectedGolemEntity(EntityType<? extends GolemEntity> p_i48569_1_, World p_i48569_2_) IronGolemEntity(EntityType<? extends IronGolemEntity> p_i50267_1_, World p_i50267_2_) MooshroomEntity(EntityType<? extends MooshroomEntity> p_i50257_1_, World p_i50257_2_) OcelotEntity(EntityType<? extends OcelotEntity> p_i50254_1_, World p_i50254_2_) PandaEntity(EntityType<? extends PandaEntity> p_i50252_1_, World p_i50252_2_) ParrotEntity(EntityType<? extends ParrotEntity> p_i50251_1_, World p_i50251_2_) PigEntity(EntityType<? extends PigEntity> p_i50250_1_, World p_i50250_2_) PolarBearEntity(EntityType<? extends PolarBearEntity> p_i50249_1_, World p_i50249_2_) RabbitEntity(EntityType<? extends RabbitEntity> p_i50247_1_, World p_i50247_2_) SheepEntity(EntityType<? extends SheepEntity> p_i50245_1_, World p_i50245_2_) protectedShoulderRidingEntity(EntityType<? extends ShoulderRidingEntity> p_i48566_1_, World p_i48566_2_) SnowGolemEntity(EntityType<? extends SnowGolemEntity> p_i50244_1_, World p_i50244_2_) SquidEntity(EntityType<? extends SquidEntity> p_i50243_1_, World p_i50243_2_) StriderEntity(EntityType<? extends StriderEntity> p_i231562_1_, World p_i231562_2_) protectedTameableEntity(EntityType<? extends TameableEntity> p_i48574_1_, World p_i48574_2_) TurtleEntity(EntityType<? extends TurtleEntity> p_i50241_1_, World p_i50241_2_) protectedWaterMobEntity(EntityType<? extends WaterMobEntity> p_i48565_1_, World p_i48565_2_) WolfEntity(EntityType<? extends WolfEntity> p_i50240_1_, World p_i50240_2_) -
Uses of EntityType in net.minecraft.entity.passive.fish
Methods in net.minecraft.entity.passive.fish with parameters of type EntityTypeModifier and TypeMethodDescriptionstatic booleanAbstractFishEntity.checkFishSpawnRules(EntityType<? extends AbstractFishEntity> p_223363_0_, IWorld p_223363_1_, SpawnReason p_223363_2_, BlockPos p_223363_3_, Random p_223363_4_) Constructors in net.minecraft.entity.passive.fish with parameters of type EntityTypeModifierConstructorDescriptionAbstractFishEntity(EntityType<? extends AbstractFishEntity> p_i48855_1_, World p_i48855_2_) AbstractGroupFishEntity(EntityType<? extends AbstractGroupFishEntity> p_i49856_1_, World p_i49856_2_) CodEntity(EntityType<? extends CodEntity> p_i50279_1_, World p_i50279_2_) PufferfishEntity(EntityType<? extends PufferfishEntity> p_i50248_1_, World p_i50248_2_) SalmonEntity(EntityType<? extends SalmonEntity> p_i50246_1_, World p_i50246_2_) TropicalFishEntity(EntityType<? extends TropicalFishEntity> p_i50242_1_, World p_i50242_2_) -
Uses of EntityType in net.minecraft.entity.passive.horse
Constructors in net.minecraft.entity.passive.horse with parameters of type EntityTypeModifierConstructorDescriptionprotectedAbstractChestedHorseEntity(EntityType<? extends AbstractChestedHorseEntity> p_i48564_1_, World p_i48564_2_) protectedAbstractHorseEntity(EntityType<? extends AbstractHorseEntity> p_i48563_1_, World p_i48563_2_) DonkeyEntity(EntityType<? extends DonkeyEntity> p_i50239_1_, World p_i50239_2_) HorseEntity(EntityType<? extends HorseEntity> p_i50238_1_, World p_i50238_2_) LlamaEntity(EntityType<? extends LlamaEntity> p_i50237_1_, World p_i50237_2_) MuleEntity(EntityType<? extends MuleEntity> p_i50236_1_, World p_i50236_2_) SkeletonHorseEntity(EntityType<? extends SkeletonHorseEntity> p_i50235_1_, World p_i50235_2_) TraderLlamaEntity(EntityType<? extends TraderLlamaEntity> p_i50234_1_, World p_i50234_2_) ZombieHorseEntity(EntityType<? extends ZombieHorseEntity> p_i50233_1_, World p_i50233_2_) -
Uses of EntityType in net.minecraft.entity.projectile
Constructors in net.minecraft.entity.projectile with parameters of type EntityTypeModifierConstructorDescriptionprotectedAbstractArrowEntity(EntityType<? extends AbstractArrowEntity> p_i48547_1_, double p_i48547_2_, double p_i48547_4_, double p_i48547_6_, World p_i48547_8_) protectedAbstractArrowEntity(EntityType<? extends AbstractArrowEntity> p_i48548_1_, LivingEntity p_i48548_2_, World p_i48548_3_) protectedAbstractArrowEntity(EntityType<? extends AbstractArrowEntity> p_i48546_1_, World p_i48546_2_) AbstractFireballEntity(EntityType<? extends AbstractFireballEntity> p_i50167_1_, double p_i50167_2_, double p_i50167_4_, double p_i50167_6_, double p_i50167_8_, double p_i50167_10_, double p_i50167_12_, World p_i50167_14_) AbstractFireballEntity(EntityType<? extends AbstractFireballEntity> p_i50168_1_, LivingEntity p_i50168_2_, double p_i50168_3_, double p_i50168_5_, double p_i50168_7_, World p_i50168_9_) AbstractFireballEntity(EntityType<? extends AbstractFireballEntity> p_i50166_1_, World p_i50166_2_) ArrowEntity(EntityType<? extends ArrowEntity> p_i50172_1_, World p_i50172_2_) DamagingProjectileEntity(EntityType<? extends DamagingProjectileEntity> p_i50174_1_, double p_i50174_2_, double p_i50174_4_, double p_i50174_6_, double p_i50174_8_, double p_i50174_10_, double p_i50174_12_, World p_i50174_14_) DamagingProjectileEntity(EntityType<? extends DamagingProjectileEntity> p_i50175_1_, LivingEntity p_i50175_2_, double p_i50175_3_, double p_i50175_5_, double p_i50175_7_, World p_i50175_9_) protectedDamagingProjectileEntity(EntityType<? extends DamagingProjectileEntity> p_i50173_1_, World p_i50173_2_) DragonFireballEntity(EntityType<? extends DragonFireballEntity> p_i50171_1_, World p_i50171_2_) EggEntity(EntityType<? extends EggEntity> p_i50154_1_, World p_i50154_2_) EvokerFangsEntity(EntityType<? extends EvokerFangsEntity> p_i50170_1_, World p_i50170_2_) EyeOfEnderEntity(EntityType<? extends EyeOfEnderEntity> p_i50169_1_, World p_i50169_2_) FireballEntity(EntityType<? extends FireballEntity> p_i50163_1_, World p_i50163_2_) FireworkRocketEntity(EntityType<? extends FireworkRocketEntity> p_i50164_1_, World p_i50164_2_) LlamaSpitEntity(EntityType<? extends LlamaSpitEntity> p_i50162_1_, World p_i50162_2_) PotionEntity(EntityType<? extends PotionEntity> p_i50149_1_, World p_i50149_2_) (package private)ProjectileEntity(EntityType<? extends ProjectileEntity> p_i231584_1_, World p_i231584_2_) ProjectileItemEntity(EntityType<? extends ProjectileItemEntity> p_i50156_1_, double p_i50156_2_, double p_i50156_4_, double p_i50156_6_, World p_i50156_8_) ProjectileItemEntity(EntityType<? extends ProjectileItemEntity> p_i50157_1_, LivingEntity p_i50157_2_, World p_i50157_3_) ProjectileItemEntity(EntityType<? extends ProjectileItemEntity> p_i50155_1_, World p_i50155_2_) ShulkerBulletEntity(EntityType<? extends ShulkerBulletEntity> p_i50161_1_, World p_i50161_2_) SmallFireballEntity(EntityType<? extends SmallFireballEntity> p_i50160_1_, World p_i50160_2_) SnowballEntity(EntityType<? extends SnowballEntity> p_i50159_1_, World p_i50159_2_) SpectralArrowEntity(EntityType<? extends SpectralArrowEntity> p_i50158_1_, World p_i50158_2_) protectedThrowableEntity(EntityType<? extends ThrowableEntity> p_i48541_1_, double p_i48541_2_, double p_i48541_4_, double p_i48541_6_, World p_i48541_8_) protectedThrowableEntity(EntityType<? extends ThrowableEntity> p_i48542_1_, LivingEntity p_i48542_2_, World p_i48542_3_) protectedThrowableEntity(EntityType<? extends ThrowableEntity> p_i48540_1_, World p_i48540_2_) TridentEntity(EntityType<? extends TridentEntity> p_i50148_1_, World p_i50148_2_) WitherSkullEntity(EntityType<? extends WitherSkullEntity> p_i50147_1_, World p_i50147_2_) -
Uses of EntityType in net.minecraft.item
Fields in net.minecraft.item declared as EntityTypeModifier and TypeFieldDescriptionprivate final EntityType<T>OnAStickItem.canInteractWithprivate final EntityType<?>SpawnEggItem.defaultTypeprivate final EntityType<?>FishBucketItem.typeprivate final EntityType<? extends HangingEntity>HangingEntityItem.typeFields in net.minecraft.item with type parameters of type EntityTypeModifier and TypeFieldDescriptionprivate static final Map<EntityType<?>,SpawnEggItem> SpawnEggItem.BY_IDprivate final Supplier<? extends EntityType<?>>FishBucketItem.fishTypeSupplierMethods in net.minecraft.item that return EntityTypeModifier and TypeMethodDescriptionprotected EntityType<?>FishBucketItem.getFishType()EntityType<?>SpawnEggItem.getType(CompoundNBT p_208076_1_) Methods in net.minecraft.item with parameters of type EntityTypeModifier and TypeMethodDescriptionstatic SpawnEggItemSpawnEggItem.byId(EntityType<?> p_200889_0_) Deprecated.SpawnEggItem.spawnOffspringFromSpawnEgg(PlayerEntity p_234809_1_, MobEntity p_234809_2_, EntityType<? extends MobEntity> p_234809_3_, ServerWorld p_234809_4_, Vector3d p_234809_5_, ItemStack p_234809_6_) booleanSpawnEggItem.spawnsEntity(CompoundNBT p_208077_1_, EntityType<?> p_208077_2_) Constructors in net.minecraft.item with parameters of type EntityTypeModifierConstructorDescriptionFishBucketItem(EntityType<?> p_i49022_1_, Fluid p_i49022_2_, Item.Properties p_i49022_3_) Deprecated.HangingEntityItem(EntityType<? extends HangingEntity> p_i50043_1_, Item.Properties p_i50043_2_) OnAStickItem(Item.Properties p_i231594_1_, EntityType<T> p_i231594_2_, int p_i231594_3_) SpawnEggItem(EntityType<?> p_i48465_1_, int p_i48465_2_, int p_i48465_3_, Item.Properties p_i48465_4_) Deprecated.Forge: UseForgeSpawnEggIteminstead for suppliersConstructor parameters in net.minecraft.item with type arguments of type EntityTypeModifierConstructorDescriptionFishBucketItem(Supplier<? extends EntityType<?>> fishTypeIn, Supplier<? extends Fluid> p_i49022_2_, Item.Properties builder) -
Uses of EntityType in net.minecraft.network.play.server
Fields in net.minecraft.network.play.server declared as EntityTypeMethods in net.minecraft.network.play.server that return EntityTypeConstructors in net.minecraft.network.play.server with parameters of type EntityTypeModifierConstructorDescriptionSSpawnObjectPacket(int p_i50777_1_, UUID p_i50777_2_, double p_i50777_3_, double p_i50777_5_, double p_i50777_7_, float p_i50777_9_, float p_i50777_10_, EntityType<?> p_i50777_11_, int p_i50777_12_, Vector3d p_i50777_13_) SSpawnObjectPacket(Entity p_i50779_1_, EntityType<?> p_i50779_2_, int p_i50779_3_, BlockPos p_i50779_4_) -
Uses of EntityType in net.minecraft.stats
Fields in net.minecraft.stats with type parameters of type EntityTypeModifier and TypeFieldDescriptionstatic final StatType<EntityType<?>>Stats.ENTITY_KILLEDstatic final StatType<EntityType<?>>Stats.ENTITY_KILLED_BY -
Uses of EntityType in net.minecraft.tags
Fields in net.minecraft.tags with type parameters of type EntityTypeModifier and TypeFieldDescriptionstatic final ITag.INamedTag<EntityType<?>>EntityTypeTags.ARROWSstatic final ITag.INamedTag<EntityType<?>>EntityTypeTags.BEEHIVE_INHABITORSprotected TagCollectionReader<EntityType<?>>NetworkTagManager.entityTypesprotected static final TagRegistry<EntityType<?>>EntityTypeTags.HELPERstatic final ITag.INamedTag<EntityType<?>>EntityTypeTags.IMPACT_PROJECTILESstatic final ITag.INamedTag<EntityType<?>>EntityTypeTags.RAIDERSstatic final ITag.INamedTag<EntityType<?>>EntityTypeTags.SKELETONSMethods in net.minecraft.tags that return types with arguments of type EntityTypeModifier and TypeMethodDescriptionstatic ITag.INamedTag<EntityType<?>>static Tags.IOptionalNamedTag<EntityType<?>>EntityTypeTags.createOptional(ResourceLocation name) static Tags.IOptionalNamedTag<EntityType<?>>EntityTypeTags.createOptional(ResourceLocation name, Set<Supplier<EntityType<?>>> defaults) static ITagCollection<EntityType<?>>EntityTypeTags.getAllTags()ITagCollectionSupplier.getEntityTypes()static List<? extends ITag.INamedTag<EntityType<?>>>EntityTypeTags.getWrappers()Method parameters in net.minecraft.tags with type arguments of type EntityTypeModifier and TypeMethodDescriptionstatic Tags.IOptionalNamedTag<EntityType<?>>EntityTypeTags.createOptional(ResourceLocation name, Set<Supplier<EntityType<?>>> defaults) -
Uses of EntityType in net.minecraft.util
Methods in net.minecraft.util with parameters of type EntityTypeModifier and TypeMethodDescriptionstatic Vector3dTransportationHelper.findSafeDismountLocation(EntityType<?> p_242379_0_, ICollisionReader p_242379_1_, BlockPos p_242379_2_, boolean p_242379_3_) -
Uses of EntityType in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type EntityTypeModifier and TypeFieldDescriptionstatic final DefaultedRegistry<EntityType<?>>Registry.ENTITY_TYPEDeprecated.static final RegistryKey<Registry<EntityType<?>>>Registry.ENTITY_TYPE_REGISTRY -
Uses of EntityType in net.minecraft.util.text.event
Fields in net.minecraft.util.text.event declared as EntityTypeConstructors in net.minecraft.util.text.event with parameters of type EntityTypeModifierConstructorDescriptionEntityHover(EntityType<?> p_i232566_1_, UUID p_i232566_2_, ITextComponent p_i232566_3_) -
Uses of EntityType in net.minecraft.world
Methods in net.minecraft.world with parameters of type EntityTypeModifier and TypeMethodDescriptionWorld.getEntities(EntityType<T> p_217394_1_, AxisAlignedBB p_217394_2_, Predicate<? super T> p_217394_3_) -
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 final Set<EntityType<?>>MobSpawnInfo.costViewprotected final Map<EntityType<?>,MobSpawnInfo.SpawnCosts> MobSpawnInfo.Builder.mobSpawnCostsprivate final Map<EntityType<?>,MobSpawnInfo.SpawnCosts> MobSpawnInfo.mobSpawnCostsMethods in net.minecraft.world.biome that return types with arguments of type EntityTypeMethods in net.minecraft.world.biome with parameters of type EntityTypeModifier and TypeMethodDescriptionMobSpawnInfo.Builder.addMobCharge(EntityType<?> p_242573_1_, double p_242573_2_, double p_242573_4_) MobSpawnInfo.getMobSpawnCost(EntityType<?> p_242558_1_) Constructors in net.minecraft.world.biome with parameters of type EntityTypeModifierConstructorDescriptionSpawners(EntityType<?> p_i241950_1_, int p_i241950_2_, int p_i241950_3_, int p_i241950_4_) -
Uses of EntityType in net.minecraft.world.chunk
Methods in net.minecraft.world.chunk with parameters of type EntityTypeModifier and TypeMethodDescription<T extends Entity>
voidChunk.getEntities(EntityType<?> p_217313_1_, AxisAlignedBB p_217313_2_, List<? super T> p_217313_3_, Predicate<? super T> p_217313_4_) -
Uses of EntityType in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature declared as EntityTypeMethods in net.minecraft.world.gen.feature that return EntityTypeModifier and TypeMethodDescriptionprivate EntityType<?>DungeonsFeature.randomEntityId(Random p_201043_1_) -
Uses of EntityType in net.minecraft.world.raid
Fields in net.minecraft.world.raid declared as EntityTypeModifier and TypeFieldDescriptionprivate final EntityType<? extends AbstractRaiderEntity>Raid.WaveMember.entityTypeMethods in net.minecraft.world.raid with parameters of type EntityTypeModifier and TypeMethodDescriptionstatic Raid.WaveMemberRaid.WaveMember.create(String name, EntityType<? extends AbstractRaiderEntity> typeIn, int[] waveCountsIn) The waveCountsIn integer decides how many entities of the EntityType defined in typeIn will spawn in each wave.Constructors in net.minecraft.world.raid with parameters of type EntityTypeModifierConstructorDescriptionprivateWaveMember(EntityType<? extends AbstractRaiderEntity> p_i50602_3_, int[] p_i50602_4_) -
Uses of EntityType in net.minecraft.world.server
Methods in net.minecraft.world.server with parameters of type EntityTypeModifier and TypeMethodDescriptionServerWorld.getEntities(EntityType<?> p_217482_1_, Predicate<? super Entity> p_217482_2_) -
Uses of EntityType in net.minecraft.world.spawner
Fields in net.minecraft.world.spawner declared as EntityTypeModifier and TypeFieldDescriptionprivate EntityType<?>WorldEntitySpawner.EntityDensityManager.lastCheckedTypeMethods in net.minecraft.world.spawner with parameters of type EntityTypeModifier and TypeMethodDescriptionprivate booleanWorldEntitySpawner.EntityDensityManager.canSpawn(EntityType<?> p_234989_1_, BlockPos p_234989_2_, IChunk p_234989_3_) static booleanWorldEntitySpawner.canSpawnAtBody(EntitySpawnPlacementRegistry.PlacementType p_209382_0_, IWorldReader p_209382_1_, BlockPos p_209382_2_, EntityType<?> p_209382_3_) private static MobEntityWorldEntitySpawner.getMobForSpawn(ServerWorld p_234973_0_, EntityType<?> p_234973_1_) private static BlockPosWorldEntitySpawner.getTopNonCollidingPos(IWorldReader p_208498_0_, EntityType<?> p_208498_1_, int p_208498_2_, int p_208498_3_) static booleanWorldEntitySpawner.isSpawnPositionOk(EntitySpawnPlacementRegistry.PlacementType p_209382_0_, IWorldReader p_209382_1_, BlockPos p_209382_2_, EntityType<?> p_209382_3_) static booleanWorldEntitySpawner.isValidEmptySpawnBlock(IBlockReader p_234968_0_, BlockPos p_234968_1_, BlockState p_234968_2_, FluidState p_234968_3_, EntityType<?> p_234968_4_) voidAbstractSpawner.setEntityId(EntityType<?> p_200876_1_) booleanWorldEntitySpawner.IDensityCheck.test(EntityType<?> p_test_1_, BlockPos p_test_2_, IChunk p_test_3_) -
Uses of EntityType in net.minecraftforge.common
Fields in net.minecraftforge.common declared as EntityTypeFields in net.minecraftforge.common with type parameters of type EntityTypeModifier and TypeFieldDescriptionprivate static final Map<EntityType<? extends LivingEntity>,AttributeModifierMap> ForgeHooks.FORGE_ATTRIBUTESprivate static final Map<EntityType<?>,ForgeSpawnEggItem> ForgeSpawnEggItem.TYPE_MAPprivate final Supplier<? extends EntityType<?>>ForgeSpawnEggItem.typeSupplierMethods in net.minecraftforge.common that return EntityTypeModifier and TypeMethodDescriptionstatic EntityType<?>DungeonHooks.getRandomDungeonMob(Random rand) Gets a random mob name from the list.EntityType<?>ForgeSpawnEggItem.getType(CompoundNBT tag) Methods in net.minecraftforge.common that return types with arguments of type EntityTypeModifier and TypeMethodDescriptionstatic Map<EntityType<? extends LivingEntity>,AttributeModifierMap> ForgeHooks.getAttributesView()Deprecated.Methods in net.minecraftforge.common with parameters of type EntityTypeModifier and TypeMethodDescriptionstatic floatDungeonHooks.addDungeonMob(EntityType<?> type, int rarity) Adds a mob to the possible list of creatures the spawner will create.static SpawnEggItemForgeSpawnEggItem.fromEntityType(EntityType<?> type) static AttributeModifierMapForgeHooks.putAttributesOld(EntityType<? extends LivingEntity> type, AttributeModifierMap map) Deprecated.static intDungeonHooks.removeDungeonMob(EntityType<?> name) Will completely remove a Mob from the dungeon spawn list.Constructors in net.minecraftforge.common with parameters of type EntityTypeConstructor parameters in net.minecraftforge.common with type arguments of type EntityTypeModifierConstructorDescriptionForgeSpawnEggItem(Supplier<? extends EntityType<?>> type, int backgroundColor, int highlightColor, Item.Properties props) -
Uses of EntityType in net.minecraftforge.common.data
Methods in net.minecraftforge.common.data with parameters of type EntityTypeMethod parameters in net.minecraftforge.common.data with type arguments of type EntityTypeModifier and TypeMethodDescriptionvoidLanguageProvider.addEntityType(Supplier<? extends EntityType<?>> key, String name) -
Uses of EntityType in net.minecraftforge.common.extensions
Methods in net.minecraftforge.common.extensions with parameters of type EntityTypeModifier and TypeMethodDescriptiondefault booleanIForgeBlock.canCreatureSpawn(BlockState state, IBlockReader world, BlockPos pos, EntitySpawnPlacementRegistry.PlacementType type, EntityType<?> entityType) Determines if a specified mob type can spawn on this block, returning false will prevent any mob from spawning on the block.default booleanIForgeBlockState.canCreatureSpawn(IWorldReader world, BlockPos pos, EntitySpawnPlacementRegistry.PlacementType type, EntityType<?> entityType) Determines if a specified mob type can spawn on this block, returning false will prevent any mob from spawning on the block.IForgeBlock.getBedSpawnPosition(EntityType<?> entityType, BlockState state, IWorldReader world, BlockPos pos, float orientation, LivingEntity sleeper) IForgeBlockState.getBedSpawnPosition(EntityType<?> type, IWorldReader world, BlockPos pos, float orientation, LivingEntity sleeper) IForgeBlock.getRespawnPosition(BlockState state, EntityType<?> type, IWorldReader world, BlockPos pos, float orientation, LivingEntity entity) Returns the position that the entity is moved to upon respawning at this block.IForgeBlockState.getRespawnPosition(EntityType<?> type, IWorldReader world, BlockPos pos, float orientation, LivingEntity entity) Returns the position that the entity is moved to upon respawning at this block. -
Uses of EntityType in net.minecraftforge.common.world
Fields in net.minecraftforge.common.world with type parameters of type EntityTypeMethods in net.minecraftforge.common.world that return types with arguments of type EntityTypeMethods in net.minecraftforge.common.world with parameters of type EntityType -
Uses of EntityType in net.minecraftforge.debug.block
Methods in net.minecraftforge.debug.block with parameters of type EntityTypeModifier and TypeMethodDescriptionCustomRespawnTest.CustomRespawnBlock.getRespawnPosition(BlockState state, EntityType<?> type, IWorldReader world, BlockPos pos, float orientation, LivingEntity entity) -
Uses of EntityType in net.minecraftforge.debug.item
Fields in net.minecraftforge.debug.item with type parameters of type EntityTypeModifier and TypeFieldDescriptionprivate static final DeferredRegister<EntityType<?>>ForgeSpawnEggItemTest.ENTITIESprivate static final RegistryObject<EntityType<PigEntity>>ForgeSpawnEggItemTest.ENTITY -
Uses of EntityType in net.minecraftforge.event
Methods in net.minecraftforge.event with parameters of type EntityTypeModifier and TypeMethodDescriptionstatic booleanForgeEventFactory.canLivingConvert(LivingEntity entity, EntityType<? extends LivingEntity> outcome, Consumer<Integer> timer) -
Uses of EntityType in net.minecraftforge.event.entity
Fields in net.minecraftforge.event.entity with type parameters of type EntityTypeModifier and TypeFieldDescriptionprivate final Map<EntityType<? extends LivingEntity>,AttributeModifierMap.MutableAttribute> EntityAttributeModificationEvent.entityAttributesprivate final List<EntityType<? extends LivingEntity>>EntityAttributeModificationEvent.entityTypesprivate final Map<EntityType<? extends LivingEntity>,AttributeModifierMap> EntityAttributeCreationEvent.mapMethods in net.minecraftforge.event.entity that return types with arguments of type EntityTypeModifier and TypeMethodDescriptionList<EntityType<? extends LivingEntity>>EntityAttributeModificationEvent.getTypes()Methods in net.minecraftforge.event.entity with parameters of type EntityTypeModifier and TypeMethodDescriptionvoidEntityAttributeModificationEvent.add(EntityType<? extends LivingEntity> entityType, Attribute attribute) voidEntityAttributeModificationEvent.add(EntityType<? extends LivingEntity> entityType, Attribute attribute, double value) booleanEntityAttributeModificationEvent.has(EntityType<? extends LivingEntity> entityType, Attribute attribute) voidEntityAttributeCreationEvent.put(EntityType<? extends LivingEntity> entity, AttributeModifierMap map) Constructor parameters in net.minecraftforge.event.entity with type arguments of type EntityTypeModifierConstructorDescriptionEntityAttributeCreationEvent(Map<EntityType<? extends LivingEntity>, AttributeModifierMap> map) EntityAttributeModificationEvent(Map<EntityType<? extends LivingEntity>, AttributeModifierMap.MutableAttribute> mapIn) -
Uses of EntityType in net.minecraftforge.event.entity.living
Fields in net.minecraftforge.event.entity.living declared as EntityTypeModifier and TypeFieldDescriptionprivate final EntityType<? extends LivingEntity>LivingConversionEvent.Pre.outcomeMethods in net.minecraftforge.event.entity.living that return EntityTypeModifier and TypeMethodDescriptionEntityType<? extends LivingEntity>LivingConversionEvent.Pre.getOutcome()Gets the entity type of the new entity this living entity is converting toConstructors in net.minecraftforge.event.entity.living with parameters of type EntityTypeModifierConstructorDescriptionPre(LivingEntity entity, EntityType<? extends LivingEntity> outcome, Consumer<Integer> timer) -
Uses of EntityType in net.minecraftforge.fml.client.registry
Fields in net.minecraftforge.fml.client.registry with type parameters of type EntityTypeModifier and TypeFieldDescriptionprivate final Map<EntityType<? extends Entity>,IRenderFactory<? extends Entity>> RenderingRegistry.entityRenderersMethods in net.minecraftforge.fml.client.registry with parameters of type EntityTypeModifier and TypeMethodDescriptionprivate static <T extends Entity>
voidRenderingRegistry.register(EntityRendererManager manager, EntityType<T> entityType, IRenderFactory<?> renderFactory) static <T extends Entity>
voidRenderingRegistry.registerEntityRenderingHandler(EntityType<T> entityClass, IRenderFactory<? super T> renderFactory) Register an entity rendering handler. -
Uses of EntityType in net.minecraftforge.registries
Fields in net.minecraftforge.registries with type parameters of type EntityTypeModifier and TypeFieldDescriptionstatic final IForgeRegistry<EntityType<?>>ForgeRegistries.ENTITIESstatic final RegistryKey<Registry<EntityType<?>>>ForgeRegistries.Keys.ENTITY_TYPES
ForgeSpawnEggItem.fromEntityType(EntityType)instead