Uses of Interface
net.minecraft.entity.EntityType.EntityFactory
Packages that use EntityType.EntityFactory
-
Uses of EntityType.EntityFactory in net.minecraft.entity
Fields in net.minecraft.entity declared as EntityType.EntityFactoryModifier and TypeFieldDescriptionprivate final EntityType.EntityFactory
<T> EntityType.Builder.factory
private final EntityType.EntityFactory
<T> EntityType.factory
Methods in net.minecraft.entity that return EntityType.EntityFactoryModifier and TypeMethodDescriptionprivate static EntityType.EntityFactory
<BoatEntity> EntityType.getBoatFactory
(Supplier<Item> itemSupplier) private static EntityType.EntityFactory
<ChestBoatEntity> EntityType.getChestBoatFactory
(Supplier<Item> itemSupplier) private static EntityType.EntityFactory
<ChestRaftEntity> EntityType.getChestRaftFactory
(Supplier<Item> itemSupplier) private static EntityType.EntityFactory
<RaftEntity> EntityType.getRaftFactory
(Supplier<Item> itemSupplier) Methods in net.minecraft.entity with parameters of type EntityType.EntityFactoryModifier and TypeMethodDescriptionstatic <T extends Entity>
EntityType.Builder<T> EntityType.Builder.create
(EntityType.EntityFactory<T> factory, SpawnGroup spawnGroup) Constructors in net.minecraft.entity with parameters of type EntityType.EntityFactoryModifierConstructorDescriptionprivate
Builder
(EntityType.EntityFactory<T> factory, SpawnGroup spawnGroup) EntityType
(EntityType.EntityFactory<T> factory, SpawnGroup spawnGroup, boolean saveable, boolean summonable, boolean fireImmune, boolean spawnableFarFromPlayer, ImmutableSet<Block> canSpawnInside, EntityDimensions dimensions, float spawnBoxScale, int maxTrackDistance, int trackTickInterval, String translationKey, Optional<RegistryKey<LootTable>> lootTable, FeatureSet requiredFeatures)