Class SherdsApiDataComponents

java.lang.Object
dev.thomasglasser.sherdsapi.api.SherdsApiDataComponents

public class SherdsApiDataComponents extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final dev.thomasglasser.tommylib.api.registration.ExtendedHolder<net.minecraft.core.component.DataComponentType<?>, net.minecraft.core.component.DataComponentType<net.minecraft.resources.Identifier>>
    The texture for the sherd pattern.
    static final dev.thomasglasser.tommylib.api.registration.ExtendedHolder<net.minecraft.core.component.DataComponentType<?>, net.minecraft.core.component.DataComponentType<StackPotDecorations>>
    The list of stack pot decorations.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
     

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • SHERD_PATTERN

      public static final dev.thomasglasser.tommylib.api.registration.ExtendedHolder<net.minecraft.core.component.DataComponentType<?>, net.minecraft.core.component.DataComponentType<net.minecraft.resources.Identifier>> SHERD_PATTERN
      The texture for the sherd pattern.
    • STACK_POT_DECORATIONS

      public static final dev.thomasglasser.tommylib.api.registration.ExtendedHolder<net.minecraft.core.component.DataComponentType<?>, net.minecraft.core.component.DataComponentType<StackPotDecorations>> STACK_POT_DECORATIONS
      The list of stack pot decorations.
  • Constructor Details

    • SherdsApiDataComponents

      public SherdsApiDataComponents()
  • Method Details

    • init

      @Internal public static void init()