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 -
Method Summary
Modifier and TypeMethodDescriptionstatic net.minecraft.core.component.DataComponentMapadded(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.
-
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.
-