Package forestry.api.circuits
Interface ICircuitLayout
public interface ICircuitLayout
-
Method Summary
Modifier and TypeMethodDescriptiongetId()unique ID for this circuit layoutnet.minecraft.network.chat.ComponentgetName()localized name for this circuit layoutnet.minecraft.resources.ResourceLocationSpecifies where a circuit layout is used.net.minecraft.network.chat.MutableComponentgetUsage()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.
-