Class RegistryUtil.ComponentUtil

java.lang.Object
net.ntrdeal.realapi.util.RegistryUtil.ComponentUtil
Enclosing class:
RegistryUtil

public static final class RegistryUtil.ComponentUtil extends Object
  • Method Details

    • register

      public static <T> net.minecraft.core.component.DataComponentType<T> register(net.minecraft.resources.ResourceKey<net.minecraft.core.component.DataComponentType<?>> key, UnaryOperator<net.minecraft.core.component.DataComponentType.Builder<T>> operator)