Class NetworkGraphScannerRequest
java.lang.Object
com.hrznstudio.titanium.block_network.graph.NetworkGraphScannerRequest
-
Constructor Summary
ConstructorsConstructorDescriptionNetworkGraphScannerRequest(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, net.minecraft.core.Direction direction, NetworkGraphScannerRequest parent) -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.core.Directionnet.minecraft.world.level.LevelgetLevel()net.minecraft.core.BlockPosgetPos()booleanvoidsetSuccessful(boolean successful)
-
Constructor Details
-
NetworkGraphScannerRequest
public NetworkGraphScannerRequest(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, @Nullable net.minecraft.core.Direction direction, @Nullable NetworkGraphScannerRequest parent)
-
-
Method Details
-
getLevel
public net.minecraft.world.level.Level getLevel() -
getPos
public net.minecraft.core.BlockPos getPos() -
getDirection
@Nullable public net.minecraft.core.Direction getDirection() -
getParent
-
isSuccessful
public boolean isSuccessful() -
setSuccessful
public void setSuccessful(boolean successful)
-