Interface IDough

All Known Implementing Classes:
CookableDough, SimpleDoughType

@Experimental public interface IDough
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final com.mojang.serialization.Codec<IDough>
     
    static final net.minecraft.network.codec.StreamCodec<net.minecraft.network.RegistryFriendlyByteBuf,IDough>
     
    static final com.mojang.serialization.Codec<IDough>
    Use CODEC instead.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
     
    float
     
    net.minecraft.network.chat.Component
     
    net.minecraft.resources.ResourceLocation
     
    int
     
    boolean
     
  • Field Details

    • TYPED_CODEC

      static final com.mojang.serialization.Codec<IDough> TYPED_CODEC
      Use CODEC instead.
    • CODEC

      static final com.mojang.serialization.Codec<IDough> CODEC
    • STREAM_CODEC

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

    • minimumThickness

      float minimumThickness()
    • cuttable

      boolean cuttable()
    • toppable

      boolean toppable()
    • name

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

      net.minecraft.resources.ResourceLocation textureLocation()
    • tint

      int tint()
    • getType

      IDoughType<?> getType()