Class DataComponents
java.lang.Object
com.refinedmods.refinedstorage.common.content.DataComponents
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.core.component.DataComponentType
<ConfigurationCardState> net.minecraft.core.component.DataComponentType
<CraftingPatternState> net.minecraft.core.component.DataComponentType
<Long> net.minecraft.core.component.DataComponentType
<net.minecraft.core.GlobalPos> net.minecraft.core.component.DataComponentType
<PatternState> net.minecraft.core.component.DataComponentType
<ProcessingPatternState> net.minecraft.core.component.DataComponentType
<RegulatorUpgradeState> net.minecraft.core.component.DataComponentType
<SecurityCardBoundPlayer> net.minecraft.core.component.DataComponentType
<SecurityCardPermissions> net.minecraft.core.component.DataComponentType
<SmithingTablePatternState> net.minecraft.core.component.DataComponentType
<StonecutterPatternState> net.minecraft.core.component.DataComponentType
<UUID> net.minecraft.core.component.DataComponentType
<UUID> void
setConfigurationCardState
(Supplier<net.minecraft.core.component.DataComponentType<ConfigurationCardState>> supplier) void
setCraftingPatternState
(Supplier<net.minecraft.core.component.DataComponentType<CraftingPatternState>> supplier) void
void
setNetworkLocation
(Supplier<net.minecraft.core.component.DataComponentType<net.minecraft.core.GlobalPos>> supplier) void
setPatternState
(Supplier<net.minecraft.core.component.DataComponentType<PatternState>> supplier) void
setProcessingPatternState
(Supplier<net.minecraft.core.component.DataComponentType<ProcessingPatternState>> supplier) void
setRegulatorUpgradeState
(Supplier<net.minecraft.core.component.DataComponentType<RegulatorUpgradeState>> supplier) void
setSecurityCardBoundPlayer
(Supplier<net.minecraft.core.component.DataComponentType<SecurityCardBoundPlayer>> supplier) void
setSecurityCardPermissions
(Supplier<net.minecraft.core.component.DataComponentType<SecurityCardPermissions>> supplier) void
setSmithingTablePatternState
(Supplier<net.minecraft.core.component.DataComponentType<SmithingTablePatternState>> supplier) void
setStonecutterPatternState
(Supplier<net.minecraft.core.component.DataComponentType<StonecutterPatternState>> supplier) void
setStorageReference
(Supplier<net.minecraft.core.component.DataComponentType<UUID>> supplier) void
setStorageReferenceToBeTransferred
(Supplier<net.minecraft.core.component.DataComponentType<UUID>> supplier)
-
Field Details
-
INSTANCE
-
-
Method Details
-
getEnergy
-
setEnergy
-
getNetworkLocation
public net.minecraft.core.component.DataComponentType<net.minecraft.core.GlobalPos> getNetworkLocation() -
setNetworkLocation
public void setNetworkLocation(@Nullable Supplier<net.minecraft.core.component.DataComponentType<net.minecraft.core.GlobalPos>> supplier) -
getStorageReference
-
setStorageReference
-
getStorageReferenceToBeTransferred
-
setStorageReferenceToBeTransferred
-
getRegulatorUpgradeState
public net.minecraft.core.component.DataComponentType<RegulatorUpgradeState> getRegulatorUpgradeState() -
setRegulatorUpgradeState
public void setRegulatorUpgradeState(@Nullable Supplier<net.minecraft.core.component.DataComponentType<RegulatorUpgradeState>> supplier) -
getSecurityCardBoundPlayer
public net.minecraft.core.component.DataComponentType<SecurityCardBoundPlayer> getSecurityCardBoundPlayer() -
setSecurityCardBoundPlayer
public void setSecurityCardBoundPlayer(@Nullable Supplier<net.minecraft.core.component.DataComponentType<SecurityCardBoundPlayer>> supplier) -
getSecurityCardPermissions
public net.minecraft.core.component.DataComponentType<SecurityCardPermissions> getSecurityCardPermissions() -
setSecurityCardPermissions
public void setSecurityCardPermissions(@Nullable Supplier<net.minecraft.core.component.DataComponentType<SecurityCardPermissions>> supplier) -
getConfigurationCardState
public net.minecraft.core.component.DataComponentType<ConfigurationCardState> getConfigurationCardState() -
setConfigurationCardState
public void setConfigurationCardState(@Nullable Supplier<net.minecraft.core.component.DataComponentType<ConfigurationCardState>> supplier) -
getPatternState
-
setPatternState
public void setPatternState(@Nullable Supplier<net.minecraft.core.component.DataComponentType<PatternState>> supplier) -
getCraftingPatternState
public net.minecraft.core.component.DataComponentType<CraftingPatternState> getCraftingPatternState() -
setCraftingPatternState
public void setCraftingPatternState(@Nullable Supplier<net.minecraft.core.component.DataComponentType<CraftingPatternState>> supplier) -
getProcessingPatternState
public net.minecraft.core.component.DataComponentType<ProcessingPatternState> getProcessingPatternState() -
setProcessingPatternState
public void setProcessingPatternState(@Nullable Supplier<net.minecraft.core.component.DataComponentType<ProcessingPatternState>> supplier) -
getStonecutterPatternState
public net.minecraft.core.component.DataComponentType<StonecutterPatternState> getStonecutterPatternState() -
setStonecutterPatternState
public void setStonecutterPatternState(@Nullable Supplier<net.minecraft.core.component.DataComponentType<StonecutterPatternState>> supplier) -
getSmithingTablePatternState
public net.minecraft.core.component.DataComponentType<SmithingTablePatternState> getSmithingTablePatternState() -
setSmithingTablePatternState
public void setSmithingTablePatternState(@Nullable Supplier<net.minecraft.core.component.DataComponentType<SmithingTablePatternState>> supplier)
-