Class SimpleDoughType

java.lang.Object
com.petrolpark.compat.create.core.dough.type.SimpleDoughType
All Implemented Interfaces:
IDough, IDoughType<SimpleDoughType>

public final class SimpleDoughType extends Object implements IDough, IDoughType<SimpleDoughType>
  • Field Details

    • codec

      protected final com.mojang.serialization.MapCodec<SimpleDoughType> codec
    • streamCodec

      protected final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf,SimpleDoughType> streamCodec
    • id

      protected final net.minecraft.resources.ResourceLocation id
    • minimumThickness

      protected final float minimumThickness
    • cuttable

      protected final boolean cuttable
    • toppable

      protected final boolean toppable
    • translationKey

      protected final String translationKey
    • textureLocation

      protected final net.minecraft.resources.ResourceLocation textureLocation
    • tint

      protected final int tint
  • Constructor Details

    • SimpleDoughType

      public SimpleDoughType(net.minecraft.resources.ResourceLocation id)
    • SimpleDoughType

      public SimpleDoughType(net.minecraft.resources.ResourceLocation id, float minimumThickness, boolean cuttable, boolean toppable, int tint)
  • Method Details