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.DeferredRegister.DataComponents
     
    static final dev.thomasglasser.tommylib.api.registration.DeferredHolder<net.minecraft.core.component.DataComponentType<?>,net.minecraft.core.component.DataComponentType<net.minecraft.resources.ResourceLocation>>
    Data component type for sherd pattern.
    static final dev.thomasglasser.tommylib.api.registration.DeferredHolder<net.minecraft.core.component.DataComponentType<?>,net.minecraft.core.component.DataComponentType<StackPotDecorations>>
    Data component type for stack pot decorations.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
     

    Methods inherited from class java.lang.Object

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

    • DATA_COMPONENTS

      public static final dev.thomasglasser.tommylib.api.registration.DeferredRegister.DataComponents DATA_COMPONENTS
    • SHERD_PATTERN

      public static final dev.thomasglasser.tommylib.api.registration.DeferredHolder<net.minecraft.core.component.DataComponentType<?>,net.minecraft.core.component.DataComponentType<net.minecraft.resources.ResourceLocation>> SHERD_PATTERN
      Data component type for sherd pattern. Points to a texture.
    • STACK_POT_DECORATIONS

      public static final dev.thomasglasser.tommylib.api.registration.DeferredHolder<net.minecraft.core.component.DataComponentType<?>,net.minecraft.core.component.DataComponentType<StackPotDecorations>> STACK_POT_DECORATIONS
      Data component type for stack pot decorations. Points to a list of stack pot decorations.
  • Constructor Details

    • SherdsApiDataComponents

      public SherdsApiDataComponents()
  • Method Details

    • init

      public static void init()