Interface HoverEvent.LegacyConverter<T>

Enclosing class:
HoverEvent

public static interface HoverEvent.LegacyConverter<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    com.mojang.serialization.DataResult<T>
    parse(Component pName, RegistryOps<?> pOps)
     
  • Method Details