Package forestry.api.circuits
Interface ICircuitBoard
- All Superinterfaces:
INbtWritable
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddTooltip(List<net.minecraft.network.chat.Component> list) ICircuit[]intintnet.minecraft.resources.ResourceLocationSpecifies where a circuit can be used.voidonInsertion(Object tile) voidvoidvoidMethods inherited from interface forestry.api.core.INbtWritable
write
-
Method Details
-
getPrimaryColor
int getPrimaryColor() -
getSecondaryColor
int getSecondaryColor() -
addTooltip
-
onInsertion
-
onLoad
-
onRemoval
-
onTick
-
getCircuits
ICircuit[] getCircuits() -
getSocketType
@Nullable net.minecraft.resources.ResourceLocation getSocketType()Specifies where a circuit can be used.
-