Package me.alexdevs.classicPeripherals
Class ModRegistry.DataComponents
java.lang.Object
me.alexdevs.classicPeripherals.ModRegistry.DataComponents
- Enclosing class:
ModRegistry
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RegistrySupplier<net.minecraft.core.component.DataComponentType<Integer>> static final RegistrySupplier<net.minecraft.core.component.DataComponentType<String>> static final RegistrySupplier<net.minecraft.core.component.DataComponentType<Boolean>> static final RegistrySupplier<net.minecraft.core.component.DataComponentType<UUID>> static final RegistrySupplier<net.minecraft.core.component.DataComponentType<Boolean>> -
Constructor Summary
Constructors -
Method Summary
-
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
-
-
Constructor Details
-
DataComponents
public DataComponents()
-