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_332047_, RegistryOps<?> p_331431_)
     
  • Method Details

    • parse

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