Interface BlockIngredient.BlockIngredientType<T extends BlockIngredient<T>>

All Known Implementing Classes:
BlockIngredient.BlockTagIngredient.Type, BlockIngredient.ImpossibleBlockIngredient.Type, BlockIngredient.IntersectionBlockIngredient.Type, BlockIngredient.SetBlockIngredient.SetBlockIngredientType, BlockIngredient.UnionBlockIngredient.Type
Enclosing interface:
BlockIngredient<T extends BlockIngredient<T>>

public static interface BlockIngredient.BlockIngredientType<T extends BlockIngredient<T>>
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.resources.ResourceLocation
     
    read(net.minecraft.network.FriendlyByteBuf buffer)
     
  • Method Details

    • read

      T read(net.minecraft.network.FriendlyByteBuf buffer)
    • getId

      net.minecraft.resources.ResourceLocation getId()