Interface ICircuitLayout


public interface ICircuitLayout
  • Method Summary

    Modifier and Type
    Method
    Description
    unique ID for this circuit layout
    net.minecraft.network.chat.Component
    localized name for this circuit layout
    net.minecraft.resources.ResourceLocation
    Specifies where a circuit layout is used.
    net.minecraft.network.chat.MutableComponent
    localized string for how this circuit layout is used
  • Method Details

    • getId

      String getId()
      unique ID for this circuit layout
    • getName

      net.minecraft.network.chat.Component getName()
      localized name for this circuit layout
    • getUsage

      net.minecraft.network.chat.MutableComponent getUsage()
      localized string for how this circuit layout is used
    • getSocketType

      net.minecraft.resources.ResourceLocation getSocketType()
      Specifies where a circuit layout is used.