Interface IDoughTopping

All Known Implementing Classes:
CookableTopping, SimpleTopping

public interface IDoughTopping
  • Field Details

    • DIRECT_CODEC

      static final com.mojang.serialization.Codec<IDoughTopping> DIRECT_CODEC
    • CODEC

      static final com.mojang.serialization.Codec<net.minecraft.core.Holder<IDoughTopping>> CODEC
    • STREAM_CODEC

      static final net.minecraft.network.codec.StreamCodec<net.minecraft.network.RegistryFriendlyByteBuf,net.minecraft.core.Holder<IDoughTopping>> STREAM_CODEC
  • Method Details

    • name

      net.minecraft.network.chat.Component name()
    • textureLocation

      net.minecraft.resources.ResourceLocation textureLocation(DoughData doughData)
    • getTint

      int getTint(DoughData doughData)
    • getType

      IDoughTopping.Type<?> getType()