Interface StateIngredientType<T extends StateIngredient>

All Known Implementing Classes:
AllOfExcludingStateIngredient.Type, AnyOfStateIngredient.Type, BlockStateIngredient.Type, BlockTagIngredient.Type, BlockTypeIngredient.Type

public interface StateIngredientType<T extends StateIngredient>
  • Method Summary

    Modifier and Type
    Method
    Description
    com.mojang.serialization.MapCodec<T>
     
    net.minecraft.network.codec.StreamCodec<net.minecraft.network.RegistryFriendlyByteBuf,T>
     
  • Method Details

    • codec

      com.mojang.serialization.MapCodec<T> codec()
    • streamCodec

      net.minecraft.network.codec.StreamCodec<net.minecraft.network.RegistryFriendlyByteBuf,T> streamCodec()