Class DataComponents

java.lang.Object
com.refinedmods.refinedstorage.common.content.DataComponents

public final class DataComponents extends Object
  • Field Details

  • Method Details

    • getEnergy

      public net.minecraft.core.component.DataComponentType<Long> getEnergy()
    • setEnergy

      public void setEnergy(@Nullable Supplier<net.minecraft.core.component.DataComponentType<Long>> supplier)
    • 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

      public net.minecraft.core.component.DataComponentType<UUID> getStorageReference()
    • setStorageReference

      public void setStorageReference(@Nullable Supplier<net.minecraft.core.component.DataComponentType<UUID>> supplier)
    • getStorageReferenceToBeTransferred

      public net.minecraft.core.component.DataComponentType<UUID> getStorageReferenceToBeTransferred()
    • setStorageReferenceToBeTransferred

      public void setStorageReferenceToBeTransferred(@Nullable Supplier<net.minecraft.core.component.DataComponentType<UUID>> supplier)
    • 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

      public net.minecraft.core.component.DataComponentType<PatternState> 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)