Package appeng.api.parts
Class SelectedPart
java.lang.Object
appeng.api.parts.SelectedPart
Reports a selected part from the IPartHost
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal IFacadePart
facade part.final IPart
selected part.final @Nullable net.minecraft.core.Direction
side the part is mounted too, or null for cables. -
Constructor Summary
ConstructorsConstructorDescriptionSelectedPart
(IFacadePart facade, net.minecraft.core.Direction side) SelectedPart
(IPart part, net.minecraft.core.Direction side) -
Method Summary
-
Field Details
-
part
selected part. -
facade
facade part. -
side
@Nullable public final @Nullable net.minecraft.core.Direction sideside the part is mounted too, or null for cables.
-
-
Constructor Details
-
SelectedPart
public SelectedPart() -
SelectedPart
-
SelectedPart
-