Uses of Interface
org.geysermc.geyser.entity.factory.EntityFactory
Packages that use EntityFactory
-
Uses of EntityFactory in org.geysermc.geyser.entity
Methods in org.geysermc.geyser.entity that return EntityFactoryModifier and TypeMethodDescriptionEntityDefinition.factory()Returns the value of thefactoryrecord component.Methods in org.geysermc.geyser.entity with parameters of type EntityFactoryModifier and TypeMethodDescriptionstatic <T extends Entity>
EntityDefinition.Builder<T>EntityDefinition.builder(EntityFactory<T> factory)static <T extends Entity>
EntityDefinition.Builder<T>EntityDefinition.inherited(EntityFactory<T> factory, EntityDefinition<? super T> parent)Constructors in org.geysermc.geyser.entity with parameters of type EntityFactoryModifierConstructorDescriptionBuilder(EntityFactory<T> factory, com.github.steveice10.mc.protocol.data.game.entity.type.EntityType type, String identifier, float width, float height, float offset, List<EntityMetadataTranslator<? super T,?,?>> translators)EntityDefinition(EntityFactory<T> factory, com.github.steveice10.mc.protocol.data.game.entity.type.EntityType entityType, String identifier, float width, float height, float offset, List<EntityMetadataTranslator<? super T,?,?>> translators)Creates an instance of aEntityDefinitionrecord class. -
Uses of EntityFactory in org.geysermc.geyser.entity.factory
Subinterfaces of EntityFactory in org.geysermc.geyser.entity.factoryModifier and TypeInterfaceDescriptioninterfaceBaseEntityFactory<T extends Entity>interfaceinterface