Class ModRegistry.DataComponents

java.lang.Object
me.alexdevs.classicPeripherals.ModRegistry.DataComponents
Enclosing class:
ModRegistry

public static class ModRegistry.DataComponents extends Object
  • Field Details

    • DATAHOLDER_DATA

      public static final RegistrySupplier<net.minecraft.core.component.DataComponentType<String>> DATAHOLDER_DATA
    • DATAHOLDER_READONLY

      public static final RegistrySupplier<net.minecraft.core.component.DataComponentType<Boolean>> DATAHOLDER_READONLY
    • DATAHOLDER_COLOR

      public static final RegistrySupplier<net.minecraft.core.component.DataComponentType<Integer>> DATAHOLDER_COLOR
    • DATAHOLDER_UUID

      public static final RegistrySupplier<net.minecraft.core.component.DataComponentType<UUID>> DATAHOLDER_UUID
    • ON

      public static final RegistrySupplier<net.minecraft.core.component.DataComponentType<Boolean>> ON
  • Constructor Details

    • DataComponents

      public DataComponents()