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 p_329531_, RegistryOps<?> p_327865_)
     
  • Method Details

    • parse

      com.mojang.serialization.DataResult<T> parse(Component p_329531_, @Nullable RegistryOps<?> p_327865_)