Interface FixProjectileStoredItem.SubFixer<F>

Enclosing class:
FixProjectileStoredItem

static interface FixProjectileStoredItem.SubFixer<F>
  • Method Summary

    Modifier and Type
    Method
    Description
    com.mojang.datafixers.Typed<F>
    fix(com.mojang.datafixers.Typed<?> typed, com.mojang.datafixers.types.Type<F> newType)
     
  • Method Details

    • fix

      com.mojang.datafixers.Typed<F> fix(com.mojang.datafixers.Typed<?> typed, com.mojang.datafixers.types.Type<F> newType)