Uses of Class
net.minecraft.entity.EntityType
-
Uses of EntityType in net.minecraft.block
Fields in net.minecraft.block with type parameters of type EntityType Modifier and Type Field Description private AbstractBlock.TypedContextPredicate<EntityType<?>>AbstractBlock.Settings. allowsSpawningPredicateMethods in net.minecraft.block with parameters of type EntityType Modifier and Type Method Description booleanAbstractBlock.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)static Optional<Vec3d>RespawnAnchorBlock. findRespawnPosition(EntityType<?> entity, CollisionView world, BlockPos pos)private static Optional<Vec3d>RespawnAnchorBlock. findRespawnPosition(EntityType<?> entity, CollisionView world, BlockPos pos, boolean bool)static Optional<Vec3d>BedBlock. findWakeUpPosition(EntityType<?> type, CollisionView world, BlockPos pos, float float2)private static Optional<Vec3d>BedBlock. findWakeUpPosition(EntityType<?> type, CollisionView world, BlockPos pos, int[][] int2, boolean bool)private static Optional<Vec3d>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 EntityType Modifier and Type Method Description AbstractBlock.SettingsAbstractBlock.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
Fields in net.minecraft.client.gui.screen declared as EntityType Modifier and Type Field Description private EntityType<?>StatsScreen.EntityStatsListWidget.Entry. entityTypeConstructors in net.minecraft.client.gui.screen with parameters of type EntityType Constructor Description Entry(EntityType<?> entityType) -
Uses of EntityType in net.minecraft.client.render.entity
Fields in net.minecraft.client.render.entity with type parameters of type EntityType Modifier and Type Field Description private 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 EntityType Modifier and Type Method Description static Map<EntityType<?>,EntityRenderer<?>>EntityRenderers. reloadEntityRenderers(EntityRendererFactory.Context ctx)Methods in net.minecraft.client.render.entity with parameters of type EntityType Modifier and Type Method Description private 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 EntityType Modifier and Type Field Description private @Nullable EntityType<?>EntitySelectorReader. entityTypeMethods in net.minecraft.command with parameters of type EntityType Modifier and Type Method Description voidEntitySelectorReader. setEntityType(EntityType<?> entityType)Constructors in net.minecraft.command with parameters of type EntityType Constructor Description EntitySelector(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 EntityType Modifier and Type Field Description private static EntityType<?>[]HusbandryTabAdvancementGenerator. BREEDABLE_ANIMALSprivate static EntityType<?>[]AdventureTabAdvancementGenerator. MONSTERSFields in net.minecraft.data.server with type parameters of type EntityType Modifier and Type Field Description private static Set<EntityType<?>>EntityLootTableGenerator. ENTITY_TYPES_IN_MISC_GROUP_TO_CHECKMethods in net.minecraft.data.server with parameters of type EntityType Modifier and Type Method Description private voidEntityLootTableGenerator. register(EntityType<?> entityType, LootTable.Builder builder) -
Uses of EntityType in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type EntityType Modifier and Type Field Description private static Map<EntityType<?>,SpawnRestriction.Entry>SpawnRestriction. RESTRICTIONSMethods in net.minecraft.entity that return EntityType Modifier and Type Method Description EntityType<T>EntityType.Builder. build(String id)EntityType<?>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 EntityType Modifier and Type Method Description static Optional<EntityType<?>>EntityType. fromNbt(NbtCompound nbt)static Optional<EntityType<?>>EntityType. get(String id)Methods in net.minecraft.entity with parameters of type EntityType Modifier and Type Method Description static <T extends Entity>
booleanSpawnRestriction. canSpawn(EntityType<T> type, ServerWorldAccess world, SpawnReason spawnReason, BlockPos pos, Random random)booleanLivingEntity. canTarget(EntityType<?> type)TEntityType.EntityFactory. create(EntityType<T> type, World world)static @Nullable Vec3dDismounting. findRespawnPos(EntityType<?> entityType, CollisionView world, BlockPos pos, boolean bool)static Heightmap.TypeSpawnRestriction. getHeightmapType(@Nullable EntityType<?> type)static IdentifierEntityType. getId(EntityType<?> type)static SpawnRestriction.LocationSpawnRestriction. getLocation(EntityType<?> type)private static @Nullable EntityEntityType. 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 EntityType Modifier and Type Method Description booleanEntityType. isIn(Tag<EntityType<?>> tag)Constructors in net.minecraft.entity with parameters of type EntityType Constructor Description AreaEffectCloudEntity(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)LivingEntity(EntityType<? extends LivingEntity> 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 EntityType Modifier and Type Field Description private 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 EntityType Modifier and Type Field Description private EntityType<? extends T>FindEntityTask. entityTypeprivate EntityType<?>FindInteractionTargetTask. entityTypeprivate EntityType<? extends AnimalEntity>BreedTask. targetTypeMethods in net.minecraft.entity.ai.brain.task with parameters of type EntityType Modifier and Type Method Description static 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, MemoryModuleType<T> targetModule, float speed, int completionRange)static <T extends LivingEntity>
FindEntityTask<LivingEntity,T>FindEntityTask. method_35071(EntityType<? extends T> entityType, int int2, Predicate<T> predicate, MemoryModuleType<T> memoryModuleType, float float2, int int3)Constructors in net.minecraft.entity.ai.brain.task with parameters of type EntityType Constructor Description BreedTask(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 Constructor Description FollowMobTask(Tag<EntityType<?>> tag, float float2) -
Uses of EntityType in net.minecraft.entity.attribute
Fields in net.minecraft.entity.attribute with type parameters of type EntityType Modifier and Type Field Description private static Map<EntityType<? extends LivingEntity>,DefaultAttributeContainer>DefaultAttributeRegistry. DEFAULT_ATTRIBUTE_REGISTRYMethods in net.minecraft.entity.attribute with parameters of type EntityType Modifier and Type Method Description static 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 EntityType Constructor Description WitherEntity(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 EntityType Constructor Description EnderDragonEntity(EntityType<? extends EnderDragonEntity> type, World world) -
Uses of EntityType in net.minecraft.entity.decoration
Constructors in net.minecraft.entity.decoration with parameters of type EntityType Constructor Description AbstractDecorationEntity(EntityType<? extends AbstractDecorationEntity> type, World world)AbstractDecorationEntity(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 EntityType Constructor Description PaintingEntity(EntityType<? extends PaintingEntity> type, World world) -
Uses of EntityType in net.minecraft.entity.mob
Methods in net.minecraft.entity.mob that return EntityType Modifier and Type Method Description EntityType<? extends SlimeEntity>SlimeEntity. getType()Methods in net.minecraft.entity.mob with parameters of type EntityType Modifier and Type Method Description static 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) -
Uses of EntityType in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive with type parameters of type EntityType Modifier and Type Field Description private static Map<EntityType<?>,SoundEvent>ParrotEntity. MOB_SOUNDSMethods in net.minecraft.entity.passive with parameters of type EntityType Modifier and Type Method Description static 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) -
Uses of EntityType in net.minecraft.entity.projectile
-
Uses of EntityType in net.minecraft.entity.projectile.thrown
-
Uses of EntityType in net.minecraft.entity.raid
Constructors in net.minecraft.entity.raid with parameters of type EntityType Constructor Description RaiderEntity(EntityType<? extends RaiderEntity> type, World world) -
Uses of EntityType in net.minecraft.entity.vehicle
-
Uses of EntityType in net.minecraft.item
Fields in net.minecraft.item declared as EntityType Modifier and Type Field Description private EntityType<? extends AbstractDecorationEntity>DecorationItem. entityTypeprivate EntityType<?>EntityBucketItem. entityTypeprivate EntityType<T>OnAStickItem. targetprivate EntityType<?>SpawnEggItem. typeFields in net.minecraft.item with type parameters of type EntityType Modifier and Type Field Description private static Map<EntityType<? extends MobEntity>,SpawnEggItem>SpawnEggItem. SPAWN_EGGSMethods in net.minecraft.item that return EntityType Modifier and Type Method Description EntityType<?>SpawnEggItem. getEntityType(@Nullable NbtCompound nbt)Methods in net.minecraft.item with parameters of type EntityType Modifier and Type Method Description static @Nullable SpawnEggItemSpawnEggItem. forEntity(@Nullable EntityType<?> type)booleanSpawnEggItem. isOfSameEntityType(@Nullable NbtCompound nbt, EntityType<?> type)Optional<MobEntity>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 EntityType Constructor Description DecorationItem(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 EntityType Modifier and Type Field Description private EntityType<?>EntitySpawnS2CPacket. entityTypeIdMethods in net.minecraft.network.packet.s2c.play that return EntityType Modifier and Type Method Description EntityType<?>EntitySpawnS2CPacket. getEntityTypeId()Constructors in net.minecraft.network.packet.s2c.play with parameters of type EntityType Constructor Description EntitySpawnS2CPacket(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 EntityType Modifier and Type Field Description private EntityType<?>EntityTypePredicate.Single. typeFields in net.minecraft.predicate.entity with type parameters of type EntityType Modifier and Type Field Description private Tag<EntityType<?>>EntityTypePredicate.Tagged. tagMethods in net.minecraft.predicate.entity with parameters of type EntityType Modifier and Type Method Description static EntityTypePredicateEntityTypePredicate. create(EntityType<?> type)abstract booleanEntityTypePredicate. matches(EntityType<?> type)booleanEntityTypePredicate.Single. matches(EntityType<?> type)booleanEntityTypePredicate.Tagged. matches(EntityType<?> type)EntityPredicate.BuilderEntityPredicate.Builder. type(EntityType<?> type)Method parameters in net.minecraft.predicate.entity with type arguments of type EntityType Modifier and Type Method Description static EntityTypePredicateEntityTypePredicate. create(Tag<EntityType<?>> tag)EntityPredicate.BuilderEntityPredicate.Builder. type(Tag<EntityType<?>> tag)Constructors in net.minecraft.predicate.entity with parameters of type EntityType Constructor Description Single(EntityType<?> type)Constructor parameters in net.minecraft.predicate.entity with type arguments of type EntityType Constructor Description Tagged(Tag<EntityType<?>> tag) -
Uses of EntityType in net.minecraft.stat
Fields in net.minecraft.stat with type parameters of type EntityType Modifier and Type Field Description static 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 EntityType Modifier and Type Field Description static 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 EntityType Modifier and Type Method Description static TagGroup<EntityType<?>>EntityTypeTags. getTagGroup()private static Tag.Identified<EntityType<?>>EntityTypeTags. register(String id) -
Uses of EntityType in net.minecraft.test
Methods in net.minecraft.test with parameters of type EntityType Modifier and Type Method Description voidStartupParameter. method_35959(EntityType<?> entityType)voidStartupParameter. method_35960(EntityType<?> entityType, double double2, double double3, double double4)<E extends Entity>
EStartupParameter. method_35961(EntityType<E> entityType, float float2, float float3, float float4)<E extends Entity>
EStartupParameter. method_35962(EntityType<E> entityType, int int2, int int3, int int4)<E extends Entity>
EStartupParameter. method_35963(EntityType<E> entityType, Vec3d vec3d)<E extends Entity>
EStartupParameter. method_35964(EntityType<E> entityType, BlockPos blockPos)voidStartupParameter. method_35965(EntityType<?> entityType, BlockPos blockPos, double double2)<E extends Entity, T>
voidStartupParameter. method_35982(BlockPos blockPos, EntityType<E> entityType, Function<? super E,T> function, T t)voidStartupParameter. method_36004(EntityType<?> entityType)voidStartupParameter. method_36005(EntityType<?> entityType, double double2, double double3, double double4)<E extends MobEntity>
EStartupParameter. method_36006(EntityType<E> entityType, float float2, float float3, float float4)<E extends MobEntity>
EStartupParameter. method_36007(EntityType<E> entityType, int int2, int int3, int int4)<E extends MobEntity>
EStartupParameter. method_36008(EntityType<E> entityType, Vec3d vec3d)<E extends MobEntity>
EStartupParameter. method_36009(EntityType<E> entityType, BlockPos blockPos)<E extends Entity, T>
voidStartupParameter. method_36015(BlockPos blockPos, EntityType<E> entityType, Function<E,T> function, T t)voidStartupParameter. method_36022(EntityType<?> entityType, int int2, int int3, int int4)voidStartupParameter. method_36023(EntityType<?> entityType, BlockPos blockPos)voidStartupParameter. method_36031(EntityType<?> entityType, int int2, int int3, int int4)voidStartupParameter. method_36032(EntityType<?> entityType, BlockPos blockPos)voidStartupParameter. method_36037(EntityType<?> entityType, int int2, int int3, int int4)voidStartupParameter. method_36038(EntityType<?> entityType, BlockPos blockPos)voidStartupParameter. method_36042(EntityType<?> entityType, int int2, int int3, int int4)voidStartupParameter. method_36043(EntityType<?> entityType, BlockPos blockPos) -
Uses of EntityType in net.minecraft.text
Fields in net.minecraft.text declared as EntityType Modifier and Type Field Description EntityType<?>HoverEvent.EntityContent. entityTypeConstructors in net.minecraft.text with parameters of type EntityType Constructor Description EntityContent(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 EntityType Modifier and Type Field Description static 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 EntityType Modifier and Type Field Description private EntityType<? extends RaiderEntity>Raid.Member. typeConstructors in net.minecraft.village.raid with parameters of type EntityType Constructor Description Member(EntityType<? extends RaiderEntity> type, int[] countInWave) -
Uses of EntityType in net.minecraft.world
Fields in net.minecraft.world declared as EntityType Modifier and Type Field Description private @Nullable EntityType<?>SpawnHelper.Info. cachedEntityTypeMethods in net.minecraft.world with parameters of type EntityType Modifier and Type Method Description static booleanSpawnHelper. canSpawn(SpawnRestriction.Location location, WorldView world, BlockPos pos, @Nullable EntityType<?> entityType)private static @Nullable MobEntitySpawnHelper. 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 EntityType Modifier and Type Field Description EntityType<?>SpawnSettings.SpawnEntry. typeFields in net.minecraft.world.biome with type parameters of type EntityType Modifier and Type Field Description private Map<EntityType<?>,SpawnSettings.SpawnDensity>SpawnSettings.Builder. spawnCostsprivate Map<EntityType<?>,SpawnSettings.SpawnDensity>SpawnSettings. spawnCostsMethods in net.minecraft.world.biome with parameters of type EntityType Modifier and Type Method Description @Nullable SpawnSettings.SpawnDensitySpawnSettings. getSpawnDensity(EntityType<?> entityType)SpawnSettings.BuilderSpawnSettings.Builder. spawnCost(EntityType<?> entityType, double mass, double gravityLimit)Constructors in net.minecraft.world.biome with parameters of type EntityType Constructor Description SpawnEntry(EntityType<?> type, int weight, int minGroupSize, int maxGroupSize)SpawnEntry(EntityType<?> entityType, class_6007 class_6007, int int2, int int3) -
Uses of EntityType in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature declared as EntityType Modifier and Type Field Description private static EntityType<?>[]DungeonFeature. MOB_SPAWNER_ENTITIESMethods in net.minecraft.world.gen.feature that return EntityType Modifier and Type Method Description private EntityType<?>DungeonFeature. getMobSpawnerEntity(Random random)