Uses of Interface
org.geysermc.geyser.entity.factory.EntityFactory
-
Uses of EntityFactory in org.geysermc.geyser.entity
Modifier and TypeMethodDescriptionEntityDefinition.factory()
Returns the value of thefactory
record component.Modifier 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)
ModifierConstructorDescriptionBuilder(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 aEntityDefinition
record class. -
Uses of EntityFactory in org.geysermc.geyser.entity.factory
Modifier and TypeInterfaceDescriptioninterface
BaseEntityFactory<T extends Entity>
interface
interface