Package dev.thomasglasser.sherdsapi.api
Class SherdsApiDataComponents
java.lang.Object
dev.thomasglasser.sherdsapi.api.SherdsApiDataComponents
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final dev.thomasglasser.tommylib.api.registration.DeferredRegister.DataComponentsstatic 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 -
Method Summary
-
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_PATTERNData 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_DECORATIONSData 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()
-