Uses of Record Class
org.geysermc.geyser.translator.entity.EntityMetadataTranslator
-
Uses of EntityMetadataTranslator in org.geysermc.geyser.entity
Modifier and TypeMethodDescriptionList<EntityMetadataTranslator<? super T,?,?>>
EntityDefinition.translators()
Returns the value of thetranslators
record component.Modifier and TypeMethodDescriptionEntityDefinition.Builder.addTranslator(EntityMetadataTranslator<T,?,?> translator)
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.