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.factoryprivate final EntityType.EntityFactory<T>EntityType.factoryMethods 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.EntityFactoryModifierConstructorDescriptionprivateBuilder(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, int maxTrackDistance, int trackTickInterval, FeatureSet requiredFeatures)