Class ExpandDataComponentPatch.ExpandDataComponentPatchSplitResult

java.lang.Object
com.blamejared.crafttweaker.natives.component.ExpandDataComponentPatch.ExpandDataComponentPatchSplitResult
Enclosing class:
ExpandDataComponentPatch

@ZenRegister public static class ExpandDataComponentPatch.ExpandDataComponentPatchSplitResult extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static net.minecraft.core.component.DataComponentMap
    added(net.minecraft.core.component.DataComponentPatch.SplitResult internal)
    Gets the added components.
    static Set<net.minecraft.core.component.DataComponentType<?>>
    removed(net.minecraft.core.component.DataComponentPatch.SplitResult internal)
    Gets the removed components.

    Methods inherited from class java.lang.Object

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

    • ExpandDataComponentPatchSplitResult

      public ExpandDataComponentPatchSplitResult()
  • Method Details

    • added

      public static net.minecraft.core.component.DataComponentMap added(net.minecraft.core.component.DataComponentPatch.SplitResult internal)
      Gets the added components.
      Returns:
      The added components.
    • removed

      public static Set<net.minecraft.core.component.DataComponentType<?>> removed(net.minecraft.core.component.DataComponentPatch.SplitResult internal)
      Gets the removed components.
      Returns:
      The removed components.