Interface EntityCradle.CradleType<C extends EntityCradle>

Enclosing class:
EntityCradle

public static interface EntityCradle.CradleType<C extends EntityCradle>
  • Method Summary

    Modifier and Type
    Method
    Description
    com.mojang.serialization.Codec<C>
     
    net.minecraft.util.Identifier
     
  • Method Details

    • getId

      net.minecraft.util.Identifier getId()
    • getCodec

      com.mojang.serialization.Codec<C> getCodec()